LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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
 Estimate image backgrounds.
 
 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)