lsst.afw
19.0.0-23-g9b026a6e0
include
lsst
afw
table
io
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
7
#include "
lsst/afw/table/Catalog.h
"
8
#include "
lsst/afw/table/BaseTable.h
"
9
#include "
lsst/afw/table/BaseRecord.h
"
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
std::vector
STL class.
BaseRecord.h
lsst::afw::table::io::CatalogVector
A vector of catalogs used by Persistable.
Definition:
CatalogVector.h:29
lsst
A base class for image defects.
BaseTable.h
Catalog.h
Generated on Thu May 14 2020 02:09:10 for lsst.afw by
1.8.18