lsst.afw
21.0.0-11-ga6ea59e8e+47cba9fc36
|
Go to the documentation of this file.
24 #ifndef LSST_AFW_TABLE_fwd_h_INCLUDED
25 #define LSST_AFW_TABLE_fwd_h_INCLUDED
54 class OutputFunctorKey;
56 class InputFunctorKey;
60 template <
typename RecordT>
62 template <
typename RecordT>
64 template <
typename RecordT>
65 class SourceColumnViewT;
66 template <
typename RecordT>
67 class ExposureCatalogT;
100 template <
typename Record1,
typename Record2>
127 #endif // !LSST_AFW_TABLE_fwd_h_INCLUDED
ColumnViewT< ExposureRecord > ExposureColumnView
Table class used to store exposure metadata.
Record class that contains measurements made on a single exposure.
Custom catalog class for ExposureRecord/Table.
CatalogT< BaseRecord const > ConstBaseCatalog
SourceColumnViewT< SourceRecord > SourceColumnView
Match< SimpleRecord, SourceRecord > ReferenceMatch
ExposureCatalogT< ExposureRecord const > ConstExposureCatalog
std::vector< SimpleMatch > SimpleMatchVector
SortedCatalogT< SimpleRecord > SimpleCatalog
SortedCatalogT< SourceRecord > SourceCatalog
SortedCatalogT< SourceRecord const > ConstSourceCatalog
CatalogT< AmpInfoRecord const > ConstAmpInfoCatalog
Match< SimpleRecord, SimpleRecord > SimpleMatch
Lightweight representation of a geometric match between two records.
CatalogT< AmpInfoRecord > AmpInfoCatalog
A base class for image defects.
Table class that must contain a unique ID field and a celestial coordinate field.
ColumnViewT< SimpleRecord > SimpleColumnView
CatalogT< BaseRecord > BaseCatalog
std::vector< SourceMatch > SourceMatchVector
Match< SourceRecord, SourceRecord > SourceMatch
SortedCatalogT< SimpleRecord const > ConstSimpleCatalog
Table class that contains measurements made on a single exposure.
Record class used to store exposure metadata.
ColumnViewT< AmpInfoRecord > AmpInfoColumnView
ExposureCatalogT< ExposureRecord > ExposureCatalog
Record class that must contain a unique ID field and a celestial coordinate field.
std::vector< ReferenceMatch > ReferenceMatchVector
Custom catalog class for record/table subclasses that are guaranteed to have an ID,...
A polymorphic functor base class for generating record IDs for a table.