#include <Coordinates.h>
Public Member Functions | |
| NumericalCoordinate (Group &parent, const std::string &name) | |
| Attribute< double > | referenceValue () |
| Attribute< double > | referencePixel () |
| Attribute< double > | increment () |
| Attribute< std::vector< double > > | pc () |
| Attribute< unsigned > | axisLength () |
|
Attribute< std::vector < unsigned > > | axisValuesPixel () |
| Attribute< std::vector< double > > | axisValuesWorld () |
A coordinate which translates unsigned (pixel) <--> double (world). Defines 1 axis, which can be linear or tabular.
1.7.6.1