Implements method to set the version number of a pixel file. More...
#include <DegToH.hxx>


Public Member Functions | |
| DegToH () | |
| Constructor just sets the method name. | |
| virtual | ~DegToH () |
| Destructor. | |
| void | setSource (IntMap &tbls, IntMap &cols, StringMap units) |
| There are no input columns. | |
| void | setTarget (IntMap &cols, StringMap units) |
| Target is the column with the RaBase value. | |
| void | doit (TableData< DataType > &data, int row1, int row2) |
| Set the pixel file name. | |
| void | doit2 (TableData< DataType > &rawData, TableData< DataType > &data, int row1, int row2) |
Private Attributes | |
| int | raColNo |
| int | mColNo |
Implements method to set the version number of a pixel file.
Constructor just sets the method name.
| void DegToH< DataType >::doit | ( | TableData< DataType > & | data, | |
| int | row1, | |||
| int | row2 | |||
| ) | [inline, virtual] |
Set the pixel file name.
Implements DataMethod< DataType >.
References TableData< DataType >::assign(), DegToH< DataType >::mColNo, DegToH< DataType >::raColNo, and TableData< DataType >::value().
| void DegToH< DataType >::doit2 | ( | TableData< DataType > & | rawData, | |
| TableData< DataType > & | data, | |||
| int | row1, | |||
| int | row2 | |||
| ) | [inline, virtual] |
Implements DataMethod< DataType >.
| void DegToH< DataType >::setSource | ( | IntMap & | tbls, | |
| IntMap & | cols, | |||
| StringMap | units | |||
| ) | [inline, virtual] |
There are no input columns.
Implements DataMethod< DataType >.
References DegToH< DataType >::raColNo.
| void DegToH< DataType >::setTarget | ( | IntMap & | cols, | |
| StringMap | units | |||
| ) | [inline, virtual] |
Target is the column with the RaBase value.
Implements DataMethod< DataType >.
References DegToH< DataType >::mColNo.
Referenced by DegToH< DataType >::doit(), and DegToH< DataType >::setTarget().
Referenced by DegToH< DataType >::doit(), and DegToH< DataType >::setSource().
1.6.3