LSSTApplications  19.0.0-14-gb0260a2+72efe9b372,20.0.0+7927753e06,20.0.0+8829bf0056,20.0.0+995114c5d2,20.0.0+b6f4b2abd1,20.0.0+bddc4f4cbe,20.0.0-1-g253301a+8829bf0056,20.0.0-1-g2b7511a+0d71a2d77f,20.0.0-1-g5b95a8c+7461dd0434,20.0.0-12-g321c96ea+23efe4bbff,20.0.0-16-gfab17e72e+fdf35455f6,20.0.0-2-g0070d88+ba3ffc8f0b,20.0.0-2-g4dae9ad+ee58a624b3,20.0.0-2-g61b8584+5d3db074ba,20.0.0-2-gb780d76+d529cf1a41,20.0.0-2-ged6426c+226a441f5f,20.0.0-2-gf072044+8829bf0056,20.0.0-2-gf1f7952+ee58a624b3,20.0.0-20-geae50cf+e37fec0aee,20.0.0-25-g3dcad98+544a109665,20.0.0-25-g5eafb0f+ee58a624b3,20.0.0-27-g64178ef+f1f297b00a,20.0.0-3-g4cc78c6+e0676b0dc8,20.0.0-3-g8f21e14+4fd2c12c9a,20.0.0-3-gbd60e8c+187b78b4b8,20.0.0-3-gbecbe05+48431fa087,20.0.0-38-ge4adf513+a12e1f8e37,20.0.0-4-g97dc21a+544a109665,20.0.0-4-gb4befbc+087873070b,20.0.0-4-gf910f65+5d3db074ba,20.0.0-5-gdfe0fee+199202a608,20.0.0-5-gfbfe500+d529cf1a41,20.0.0-6-g64f541c+d529cf1a41,20.0.0-6-g9a5b7a1+a1cd37312e,20.0.0-68-ga3f3dda+5fca18c6a4,20.0.0-9-g4aef684+e18322736b,w.2020.45
LSSTDataManagementBasePackage
fwd.h
Go to the documentation of this file.
1 // -*- lsst-c++ -*-
2 /*
3  * LSST Data Management System
4  * Copyright 2008-2013 LSST Corporation.
5  *
6  * This product includes software developed by the
7  * LSST Project (http://www.lsst.org/).
8  *
9  * This program is free software: you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation, either version 3 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the LSST License Statement and
20  * the GNU General Public License along with this program. If not,
21  * see <http://www.lsstcorp.org/LegalNotices/>.
22  */
23 
24 #ifndef LSST_AFW_TABLE_fwd_h_INCLUDED
25 #define LSST_AFW_TABLE_fwd_h_INCLUDED
26 
27 /*
28  * Forward declarations and typedefs for afw::table
29  *
30  * Because many of the types in afw::table are actually typedefs of template classes,
31  * manual forward declarations are verbose and fragile. This file provides forward
32  * declarations and typedefs (of forward declarations) for all public classes in
33  * the package.
34  */
35 
36 #include <vector>
37 
38 #include "lsst/afw/table/misc.h"
39 
40 namespace lsst {
41 namespace afw {
42 namespace table {
43 
44 template <typename T>
45 class Key;
46 template <typename T>
47 struct Field;
48 template <typename T>
49 struct SchemaItem;
50 class Schema;
51 class SchemaMapper;
52 
53 template <typename T>
54 class OutputFunctorKey;
55 template <typename T>
56 class InputFunctorKey;
57 
58 template <typename T>
59 class ColumnViewT;
60 template <typename RecordT>
61 class CatalogT;
62 template <typename RecordT>
64 template <typename RecordT>
66 template <typename RecordT>
67 class ExposureCatalogT;
68 
69 class BaseRecord;
70 class BaseTable;
71 class BaseColumnView;
74 
75 class IdFactory;
76 class SimpleRecord;
77 class SimpleTable;
81 
82 class SourceRecord;
83 class SourceTable;
87 
88 class ExposureRecord;
89 class ExposureTable;
93 
94 class AmpInfoRecord;
95 class AmpInfoTable;
99 
100 template <typename Record1, typename Record2>
101 struct Match;
102 
106 
110 
111 namespace io {
112 
113 class Writer;
114 class Reader;
115 class FitsWriter;
116 class FitsReader;
117 class Persistable;
118 class InputArchive;
119 class OutputArchive;
120 class CatalogVector;
121 
122 } // namespace io
123 } // namespace table
124 } // namespace afw
125 } // namespace lsst
126 
127 #endif // !LSST_AFW_TABLE_fwd_h_INCLUDED
lsst::afw::table::ExposureColumnView
ColumnViewT< ExposureRecord > ExposureColumnView
Definition: Exposure.h:488
lsst::afw::table::ExposureTable
Table class used to store exposure metadata.
Definition: Exposure.h:195
lsst::afw::table::SourceRecord
Record class that contains measurements made on a single exposure.
Definition: Source.h:80
lsst::afw::table::ColumnViewT
Definition: BaseColumnView.h:170
lsst::afw::table::InputFunctorKey
Base class for objects that can set a value on a record, but are not a true Key themselves.
Definition: FunctorKey.h:57
std::vector
STL class.
lsst::afw::table::ExposureCatalogT
Custom catalog class for ExposureRecord/Table.
Definition: Exposure.h:67
lsst::afw
Definition: imageAlgorithm.dox:1
lsst::afw::table::ConstBaseCatalog
CatalogT< BaseRecord const > ConstBaseCatalog
Definition: fwd.h:73
lsst::afw::table::SourceColumnView
SourceColumnViewT< SourceRecord > SourceColumnView
Definition: fwd.h:83
lsst::afw::table::Schema
Defines the fields and offsets for a table.
Definition: Schema.h:50
lsst::afw::table::ReferenceMatch
Match< SimpleRecord, SourceRecord > ReferenceMatch
Definition: fwd.h:104
lsst::afw::table::BaseColumnView
Column-wise view into a sequence of records that have been allocated contiguously.
Definition: BaseColumnView.h:83
lsst::afw::table::ConstExposureCatalog
ExposureCatalogT< ExposureRecord const > ConstExposureCatalog
Definition: Exposure.h:490
lsst::afw::table::BaseTable
Base class for all tables.
Definition: BaseTable.h:61
lsst::afw::table::OutputFunctorKey
Base class for objects that can extract a value from a record, but are not a true Key themselves.
Definition: FunctorKey.h:40
lsst::afw::table::SimpleMatchVector
std::vector< SimpleMatch > SimpleMatchVector
Definition: fwd.h:107
lsst::afw::table::SimpleCatalog
SortedCatalogT< SimpleRecord > SimpleCatalog
Definition: fwd.h:79
lsst::afw::table::SourceCatalog
SortedCatalogT< SourceRecord > SourceCatalog
Definition: fwd.h:85
lsst::afw::table::ConstSourceCatalog
SortedCatalogT< SourceRecord const > ConstSourceCatalog
Definition: fwd.h:86
lsst::afw::table::SourceColumnViewT
Definition: fwd.h:65
misc.h
lsst::afw::table::ConstAmpInfoCatalog
CatalogT< AmpInfoRecord const > ConstAmpInfoCatalog
Definition: fwd.h:98
lsst::afw::table::BaseRecord
Base class for all records.
Definition: BaseRecord.h:31
lsst::afw::table::SchemaMapper
A mapping between the keys of two Schemas, used to copy data between them.
Definition: SchemaMapper.h:21
lsst::afw::table::SchemaItem
A simple pair-like struct for mapping a Field (name and description) with a Key (used for actual data...
Definition: SchemaImpl.h:25
lsst::afw::table::Key
A class used as a handle to a particular field in a table.
Definition: fwd.h:45
lsst::afw::table::SimpleMatch
Match< SimpleRecord, SimpleRecord > SimpleMatch
Definition: fwd.h:101
lsst::afw::table::Match
Lightweight representation of a geometric match between two records.
Definition: fwd.h:101
lsst::afw::table::AmpInfoCatalog
CatalogT< AmpInfoRecord > AmpInfoCatalog
Definition: fwd.h:97
lsst
A base class for image defects.
Definition: imageAlgorithm.dox:1
lsst::afw::table::SimpleTable
Table class that must contain a unique ID field and a celestial coordinate field.
Definition: Simple.h:102
lsst::afw::table::SimpleColumnView
ColumnViewT< SimpleRecord > SimpleColumnView
Definition: fwd.h:77
lsst::afw::table::BaseCatalog
CatalogT< BaseRecord > BaseCatalog
Definition: fwd.h:71
lsst::afw::table::SourceMatchVector
std::vector< SourceMatch > SourceMatchVector
Definition: fwd.h:109
lsst::afw::table::Field
A description of a field in a table.
Definition: Field.h:24
lsst::afw::table::SourceMatch
Match< SourceRecord, SourceRecord > SourceMatch
Definition: fwd.h:105
lsst::afw::table::ConstSimpleCatalog
SortedCatalogT< SimpleRecord const > ConstSimpleCatalog
Definition: fwd.h:80
lsst::afw::table::SourceTable
Table class that contains measurements made on a single exposure.
Definition: Source.h:219
lsst::afw::table::ExposureRecord
Record class used to store exposure metadata.
Definition: Exposure.h:79
lsst::afw::table::AmpInfoColumnView
ColumnViewT< AmpInfoRecord > AmpInfoColumnView
Definition: fwd.h:95
lsst::afw::table::ExposureCatalog
ExposureCatalogT< ExposureRecord > ExposureCatalog
Definition: Exposure.h:489
lsst::afw::table::SimpleRecord
Record class that must contain a unique ID field and a celestial coordinate field.
Definition: Simple.h:48
lsst::afw::table::ReferenceMatchVector
std::vector< ReferenceMatch > ReferenceMatchVector
Definition: fwd.h:108
lsst::afw::table::CatalogT
A custom container class for records, based on std::vector.
Definition: Catalog.h:97
lsst::afw::table::SortedCatalogT
Custom catalog class for record/table subclasses that are guaranteed to have an ID,...
Definition: fwd.h:63
lsst::afw::table::IdFactory
A polymorphic functor base class for generating record IDs for a table.
Definition: IdFactory.h:21