Catalog< DataType > Class Template Reference

#include <Catalog.hxx>

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

List of all members.

Public Member Functions

 Catalog (const TableInfo &aInfo)
 Constructor takes db schema as argument.
virtual ~Catalog ()
 Destructor.
TableData< DataType > * build (FitsFile &fpix, FitsFile &fcat, int fileNo)
 Implementation of build function for Catalog.

Private Attributes

TableInfo mInfo

Detailed Description

template<typename DataType>
class Catalog< DataType >

Implementation of builder class for source catalog tables. Here the data are extracted from FITS columns in FITS binary extensions.


Constructor & Destructor Documentation

template<typename DataType >
Catalog< DataType >::Catalog ( const TableInfo aInfo  )  [inline]

Constructor takes db schema as argument.

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

Destructor.


Member Function Documentation

template<typename DataType >
TableData<DataType>* Catalog< DataType >::build ( FitsFile fpix,
FitsFile fcat,
int  fileNo 
) [inline, virtual]

Implementation of build function for Catalog.

Implements DataBuilder< DataType >.


Member Data Documentation

template<typename DataType >
TableInfo Catalog< DataType >::mInfo [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