IndirectFrameID< DataType > Class Template Reference

#include <FrameID.hxx>

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

List of all members.

Public Member Functions

 IndirectFrameID (const std::string &aFilePath)
 Constructor just sets the method name.
virtual ~IndirectFrameID ()
 Destructor.
void setSource (IntMap &tbls, IntMap &cols, StringMap units)
 Source is data column with the name of the FITS files.
void setTarget (IntMap &cols, StringMap units)
 Target is data column with the frame ID.
void doit (TableData< DataType > &data, int row1, int row2)
 Fill up the frame ID column.
void doit2 (TableData< DataType > &inpData, TableData< DataType > &data, int row1, int row2)

Private Attributes

int fidColno
int fileColno
std::string mFilePath

Detailed Description

template<typename DataType>
class IndirectFrameID< DataType >

This class implements the method to calculate the frame ID from another FITS file whose name is already in one of the data columns


Constructor & Destructor Documentation

template<typename DataType >
IndirectFrameID< DataType >::IndirectFrameID ( const std::string &  aFilePath  )  [inline]

Constructor just sets the method name.

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

Destructor.


Member Function Documentation

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

Source is data column with the name of the FITS files.

Implements DataMethod< DataType >.

References IndirectFrameID< DataType >::fileColno.

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

Target is data column with the frame ID.

Implements DataMethod< DataType >.

References IndirectFrameID< DataType >::fidColno.


Member Data Documentation

template<typename DataType >
int IndirectFrameID< DataType >::fidColno [private]
template<typename DataType >
int IndirectFrameID< DataType >::fileColno [private]
template<typename DataType >
std::string IndirectFrameID< DataType >::mFilePath [private]

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