lsst.afw  21.0.0-39-g68de21fec+f88c352dc9
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 
11 namespace lsst {
12 namespace afw {
13 namespace table {
14 namespace io {
15 
29 class 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.