24 #ifndef LSST_AFW_TABLE_fwd_h_INCLUDED
25 #define LSST_AFW_TABLE_fwd_h_INCLUDED
42 namespace lsst {
namespace afw {
namespace table {
44 template <
typename T>
class Key;
45 template <
typename T>
struct Field;
54 template <
typename RecordT>
class CatalogT;
90 template <
typename Record1,
typename Record2>
struct Match;
115 #endif // !LSST_AFW_TABLE_fwd_h_INCLUDED
Defines the fields and offsets for a table.
Column-wise view into a sequence of records that have been allocated contiguously.
ExposureCatalogT< ExposureRecord const > ConstExposureCatalog
Geometry and electronic information about raw amplifier images.
CatalogT< BaseRecord > BaseCatalog
Table class used to store exposure metadata.
A custom container class for records, based on std::vector.
ColumnViewT< ExposureRecord > ExposureColumnView
CatalogT< AmpInfoRecord const > ConstAmpInfoCatalog
SortedCatalogT< SimpleRecord const > ConstSimpleCatalog
A mapping between the keys of two Schemas, used to copy data between them.
SortedCatalogT< SourceRecord const > ConstSourceCatalog
Match< SimpleRecord, SimpleRecord > SimpleMatch
ColumnViewT< AmpInfoRecord > AmpInfoColumnView
std::vector< ReferenceMatch > ReferenceMatchVector
CatalogT< AmpInfoRecord > AmpInfoCatalog
Table class that must contain a unique ID field and a celestial coordinate field. ...
Custom catalog class for record/table subclasses that are guaranteed to have an ID, and should generally be sorted by that ID.
SortedCatalogT< SimpleRecord > SimpleCatalog
Lightweight representation of a geometric match between two records.
std::vector< SimpleMatch > SimpleMatchVector
Match< SimpleRecord, SourceRecord > ReferenceMatch
A description of a field in a table.
SourceColumnViewT< SourceRecord > SourceColumnView
A polymorphic functor base class for generating record IDs for a table.
Table class that contains measurements made on a single exposure.
Base class for all records.
A class used as a handle to a particular field in a table.
Custom catalog class for ExposureRecord/Table.
Record class used to store exposure metadata.
Record class that contains measurements made on a single exposure.
ExposureCatalogT< ExposureRecord > ExposureCatalog
Record class that must contain a unique ID field and a celestial coordinate field.
ColumnViewT< SimpleRecord > SimpleColumnView
Match< SourceRecord, SourceRecord > SourceMatch
Table of amplifier information (AmpInfoRecord records)
Base class for all tables.
CatalogT< BaseRecord const > ConstBaseCatalog
std::vector< SourceMatch > SourceMatchVector
SortedCatalogT< SourceRecord > SourceCatalog
A simple pair-like struct for mapping a Field (name and description) with a Key (used for actual data...