LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Classes | Namespaces
Catalog.h File Reference
#include <vector>
#include "boost/iterator/iterator_adaptor.hpp"
#include "boost/iterator/transform_iterator.hpp"
#include "lsst/base.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/table/fwd.h"
#include "lsst/afw/table/io/FitsWriter.h"
#include "lsst/afw/table/io/FitsReader.h"
#include "lsst/afw/table/SchemaMapper.h"

Go to the source code of this file.

Classes

class  lsst.afw.table::CatalogIterator< BaseT >
 Iterator class for CatalogT. More...
 
class  lsst.afw.table::CatalogT< RecordT >
 A custom container class for records, based on std::vector. More...
 
struct  lsst.afw.table::detail::KeyComparisonFunctor< RecordT, T >
 
struct  lsst.afw.table::detail::ComparisonAdaptor< RecordT, Adaptee >
 
struct  lsst.afw.table::detail::KeyExtractionFunctor< RecordT, T >
 

Namespaces

 lsst
 < multiple inclusion guard macro
 
 lsst.afw
 
 lsst.afw.table
 
 lsst::afw::table::detail
 

Functions

template<typename RecordT , typename Catalog , typename T >
boost::shared_ptr< RecordT > lsst.afw.table::_Catalog_find (Catalog const &catalog, T const &value, Key< T > const &key)
 
template<typename Catalog , typename T >
int lsst.afw.table::_Catalog_lower_bound (Catalog const &catalog, T const &value, Key< T > const &key)
 
template<typename Catalog , typename T >
int lsst.afw.table::_Catalog_upper_bound (Catalog const &catalog, T const &value, Key< T > const &key)
 
template<typename Catalog , typename T >
std::pair< int, int > lsst.afw.table::_Catalog_equal_range (Catalog const &catalog, T const &value, Key< T > const &key)