lsst.afw g401a67a369+49cb0b2ce6
Namespaces | Typedefs
fwd.h File Reference
#include <vector>
#include "lsst/afw/table/misc.h"

Go to the source code of this file.

Namespaces

namespace  lsst
 A base class for image defects.
 
namespace  lsst::afw
 
namespace  lsst::afw::table
 
namespace  lsst::afw::table::io
 

Typedefs

using lsst::afw::table::BaseCatalog = CatalogT< BaseRecord >
 
using lsst::afw::table::ConstBaseCatalog = CatalogT< const BaseRecord >
 
using lsst::afw::table::SimpleColumnView = ColumnViewT< SimpleRecord >
 
using lsst::afw::table::SimpleCatalog = SortedCatalogT< SimpleRecord >
 
using lsst::afw::table::ConstSimpleCatalog = SortedCatalogT< const SimpleRecord >
 
using lsst::afw::table::SourceColumnView = SourceColumnViewT< SourceRecord >
 
using lsst::afw::table::SourceCatalog = SortedCatalogT< SourceRecord >
 
using lsst::afw::table::ConstSourceCatalog = SortedCatalogT< const SourceRecord >
 
using lsst::afw::table::AmpInfoColumnView = ColumnViewT< AmpInfoRecord >
 
using lsst::afw::table::AmpInfoCatalog = CatalogT< AmpInfoRecord >
 
using lsst::afw::table::ConstAmpInfoCatalog = CatalogT< const AmpInfoRecord >
 
using lsst::afw::table::SimpleMatch = Match< SimpleRecord, SimpleRecord >
 
using lsst::afw::table::ReferenceMatch = Match< SimpleRecord, SourceRecord >
 
using lsst::afw::table::SourceMatch = Match< SourceRecord, SourceRecord >
 
using lsst::afw::table::SimpleMatchVector = std::vector< SimpleMatch >
 
using lsst::afw::table::ReferenceMatchVector = std::vector< ReferenceMatch >
 
using lsst::afw::table::SourceMatchVector = std::vector< SourceMatch >