ColourIndexError< DataType > Class Template Reference

#include <Magnitudes.hxx>

Inheritance diagram for ColourIndexError< DataType >:
Inheritance graph
[legend]
Collaboration diagram for ColourIndexError< DataType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ColourIndexError ()
 Constructor just sets the method name.
virtual ~ColourIndexError ()
 Destructor.
void setSource (IntMap &tbls, IntMap &cols, StringMap units)
void setTarget (IntMap &cols, StringMap units)
 Target is the data column with the colour index error.
void doit (TableData< DataType > &data, int row1, int row2)
 Fill up the data column with the errors in colour index.
void doit2 (TableData< DataType > &inpData, TableData< DataType > &data, int row1, int row2)

Private Attributes

int err1Colno
int err2Colno
int ciErrColno

Detailed Description

template<typename DataType>
class ColourIndexError< DataType >

Implements method to determine the error in the colour index from the errors in the original magnitudes


Constructor & Destructor Documentation

template<typename DataType >
ColourIndexError< DataType >::ColourIndexError (  )  [inline]

Constructor just sets the method name.

template<typename DataType >
virtual ColourIndexError< DataType >::~ColourIndexError (  )  [inline, virtual]

Destructor.


Member Function Documentation

template<typename DataType >
void ColourIndexError< DataType >::doit ( TableData< DataType > &  data,
int  row1,
int  row2 
) [inline, virtual]
template<typename DataType >
void ColourIndexError< DataType >::doit2 ( TableData< DataType > &  inpData,
TableData< DataType > &  data,
int  row1,
int  row2 
) [inline, virtual]
template<typename DataType >
void ColourIndexError< DataType >::setSource ( IntMap tbls,
IntMap cols,
StringMap  units 
) [inline, virtual]

Source are the data columns corresponding to the errors in the magnitudes that make up the colour index

Implements DataMethod< DataType >.

References ColourIndexError< DataType >::err1Colno, and ColourIndexError< DataType >::err2Colno.

template<typename DataType >
void ColourIndexError< DataType >::setTarget ( IntMap cols,
StringMap  units 
) [inline, virtual]

Target is the data column with the colour index error.

Implements DataMethod< DataType >.

References ColourIndexError< DataType >::ciErrColno.


Member Data Documentation

template<typename DataType >
int ColourIndexError< DataType >::ciErrColno [private]
template<typename DataType >
int ColourIndexError< DataType >::err1Colno [private]
template<typename DataType >
int ColourIndexError< DataType >::err2Colno [private]

The documentation for this class was generated from the following file:
Generated on Mon Oct 4 10:39:22 2010 for WfcamSrc by  doxygen 1.6.3