![]() |
GemaCoreLib
The GeMA Core library
|
A template class to add unit conversion support to the given base class. More...
#include <gmValueSetDataAccessor.h>
Public Member Functions | |
GmUnitConversionDataAccessor (GmValueSetData *vs, const GmLogCategory &logger, UnitConverter *conv, QString desiredUnit) | |
Constructor. | |
virtual const double * | valueAt (int index, const GmVector *coord) const |
virtual double | scalarValueAt (int index, const GmVector *coord) const |
virtual bool | setValue (int index, const double *value) |
virtual bool | setScalarValue (int index, double value) |
A template class to add unit conversion support to the given base class.