Cortenn
Public Attributes | List of all members
llo::DataArg Struct Reference

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_
 

Detailed Description

Data to pass around when evaluating.

Member Data Documentation

◆ data_

std::shared_ptr<char> llo::DataArg::data_

Smart pointer to generic data as bytes.

◆ fwd_

bool llo::DataArg::fwd_

True if the coordinate mapper accepts input coordinates, False if it accepts output coordinates

◆ mapper_

ade::CoordptrT llo::DataArg::mapper_

Coordinate mapper.

◆ shape_

ade::Shape llo::DataArg::shape_

Shape of the generic data.


The documentation for this struct was generated from the following file: