lsst.afw g9b27d6183c+45093347da
CatalogVector.h
Go to the documentation of this file.
1// -*- lsst-c++ -*-
2#ifndef AFW_TABLE_IO_CatalogVector_h_INCLUDED
3#define AFW_TABLE_IO_CatalogVector_h_INCLUDED
4
5#include <vector>
6
10
11namespace lsst {
12namespace afw {
13namespace table {
14namespace io {
15
29class CatalogVector : public std::vector<BaseCatalog> {};
30} // namespace io
31} // namespace table
32} // namespace afw
33} // namespace lsst
34
35#endif // !AFW_TABLE_IO_CatalogVector_h_INCLUDED
A vector of catalogs used by Persistable.
Definition: CatalogVector.h:29
A base class for image defects.