Cortenn
|
Data to pass around when evaluating. More...
#include <data.hpp>
Public Attributes | |
std::shared_ptr< char > | data_ |
Smart pointer to generic data as bytes. More... | |
ade::Shape | shape_ |
Shape of the generic data. More... | |
ade::CoordptrT | mapper_ |
Coordinate mapper. More... | |
bool | fwd_ |
Data to pass around when evaluating.
std::shared_ptr<char> llo::DataArg::data_ |
Smart pointer to generic data as bytes.
bool llo::DataArg::fwd_ |
True if the coordinate mapper accepts input coordinates, False if it accepts output coordinates
ade::CoordptrT llo::DataArg::mapper_ |
Coordinate mapper.
ade::Shape llo::DataArg::shape_ |
Shape of the generic data.