const_iterator typedef | lsst::afw::table::ExposureCatalogT< RecordT > | |
ExposureCatalogT(std::shared_ptr< Table > const &table=std::shared_ptr< Table >()) | lsst::afw::table::ExposureCatalogT< RecordT > | inlineexplicit |
ExposureCatalogT(Schema const &schema) | lsst::afw::table::ExposureCatalogT< RecordT > | inlineexplicit |
ExposureCatalogT(std::shared_ptr< Table > const &table, InputIterator first, InputIterator last, bool deep=false) | lsst::afw::table::ExposureCatalogT< RecordT > | inline |
ExposureCatalogT(ExposureCatalogT< OtherRecordT > const &other) | lsst::afw::table::ExposureCatalogT< RecordT > | inline |
ExposureCatalogT(ExposureCatalogT const &)=default | lsst::afw::table::ExposureCatalogT< RecordT > | |
ExposureCatalogT(ExposureCatalogT &&)=default | lsst::afw::table::ExposureCatalogT< RecordT > | |
ExposureCatalogT(Base const &other) | lsst::afw::table::ExposureCatalogT< RecordT > | inlineexplicitprotected |
iterator typedef | lsst::afw::table::ExposureCatalogT< RecordT > | |
operator=(ExposureCatalogT const &)=default | lsst::afw::table::ExposureCatalogT< RecordT > | |
operator=(ExposureCatalogT &&)=default | lsst::afw::table::ExposureCatalogT< RecordT > | |
readFits(std::string const &filename, int hdu=fits::DEFAULT_HDU, int flags=0) | lsst::afw::table::ExposureCatalogT< RecordT > | inlinestatic |
readFits(fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU, int flags=0) | lsst::afw::table::ExposureCatalogT< RecordT > | inlinestatic |
readFits(fits::Fits &fitsfile, int flags=0) | lsst::afw::table::ExposureCatalogT< RecordT > | inlinestatic |
readFits(fits::Fits &fitsfile, std::shared_ptr< io::InputArchive > archive, int flags=0) | lsst::afw::table::ExposureCatalogT< RecordT > | inlinestatic |
readFromArchive(io::InputArchive const &archive, BaseCatalog const &catalog) | lsst::afw::table::ExposureCatalogT< RecordT > | static |
Record typedef | lsst::afw::table::ExposureCatalogT< RecordT > | |
subset(ndarray::Array< bool const, 1 > const &mask) const | lsst::afw::table::ExposureCatalogT< RecordT > | inline |
subset(std::ptrdiff_t startd, std::ptrdiff_t stopd, std::ptrdiff_t step) const | lsst::afw::table::ExposureCatalogT< RecordT > | inline |
subsetContaining(lsst::geom::SpherePoint const &coord, bool includeValidPolygon=false) const | lsst::afw::table::ExposureCatalogT< RecordT > | |
subsetContaining(lsst::geom::Point2D const &point, geom::SkyWcs const &wcs, bool includeValidPolygon=false) const | lsst::afw::table::ExposureCatalogT< RecordT > | |
Table typedef | lsst::afw::table::ExposureCatalogT< RecordT > | |
writeFits(fits::Fits &fitsfile, std::shared_ptr< io::OutputArchive > archive, int flags=0) const | lsst::afw::table::ExposureCatalogT< RecordT > | inline |
writeToArchive(io::OutputArchiveHandle &handle, bool ignoreUnpersistable=true) const | lsst::afw::table::ExposureCatalogT< RecordT > | |
~ExposureCatalogT()=default | lsst::afw::table::ExposureCatalogT< RecordT > | |