UFO
|
Coordinate used for data extraction from the payload array. More...
Public Attributes | |
std::string | name |
Coordinate name. More... | |
const CoordinateValues & | values |
Coordinate values. More... | |
InterpMethod | method |
Extraction method to use. More... | |
int | payloadDim |
Axis of the payload array indexed by the coordinate (0 or 1) More... | |
Coordinate used for data extraction from the payload array.
Definition at line 564 of file src/ufo/utils/dataextractor/DataExtractor.h.
InterpMethod ufo::DataExtractor< ExtractedValue >::Coordinate::method |
Extraction method to use.
Definition at line 570 of file src/ufo/utils/dataextractor/DataExtractor.h.
std::string ufo::DataExtractor< ExtractedValue >::Coordinate::name |
Coordinate name.
Definition at line 566 of file src/ufo/utils/dataextractor/DataExtractor.h.
int ufo::DataExtractor< ExtractedValue >::Coordinate::payloadDim |
Axis of the payload array indexed by the coordinate (0 or 1)
Definition at line 572 of file src/ufo/utils/dataextractor/DataExtractor.h.
const CoordinateValues& ufo::DataExtractor< ExtractedValue >::Coordinate::values |
Coordinate values.
Definition at line 568 of file src/ufo/utils/dataextractor/DataExtractor.h.