LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
24 #ifndef LSST_AFW_TABLE_fwd_h_INCLUDED
25 #define LSST_AFW_TABLE_fwd_h_INCLUDED
60 template <
typename RecordT>
62 template <
typename RecordT>
64 template <
typename RecordT>
66 template <
typename RecordT>
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
Defines the fields and offsets for a table.
Match< SimpleRecord, SourceRecord > ReferenceMatch
Column-wise view into a sequence of records that have been allocated contiguously.
ExposureCatalogT< ExposureRecord const > ConstExposureCatalog
Base class for all tables.
Base class for objects that can extract a value from a record, but are not a true Key themselves.
std::vector< SimpleMatch > SimpleMatchVector
SortedCatalogT< SimpleRecord > SimpleCatalog
SortedCatalogT< SourceRecord > SourceCatalog
SortedCatalogT< SourceRecord const > ConstSourceCatalog
CatalogT< AmpInfoRecord const > ConstAmpInfoCatalog
Base class for all records.
A mapping between the keys of two Schemas, used to copy data between them.
A simple pair-like struct for mapping a Field (name and description) with a Key (used for actual data...
A class used as a handle to a particular field in a table.
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
A description of a field in a table.
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
A custom container class for records, based on std::vector.
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.