Data Access Library (DAL)
 All Classes Functions Variables Typedefs Friends
Public Member Functions
dal::NumericalCoordinate Class Reference

#include <Coordinates.h>

Inheritance diagram for dal::NumericalCoordinate:
dal::Coordinate dal::Group dal::Node dal::SpectralCoordinate dal::TimeCoordinate

List of all members.

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 ()

Detailed Description

A coordinate which translates unsigned (pixel) <--> double (world). Defines 1 axis, which can be linear or tabular.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Friends