|
lsst.afw g4f4f280218+81551fceaa
|
#include "lsst/utils/hashCombine.h"#include "lsst/afw/table/FunctorKey.h"#include "lsst/afw/table/Schema.h"#include "lsst/geom.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| A base class for image defects. | |
| namespace | lsst::afw |
| namespace | lsst::afw::geom |
| namespace | lsst::afw::geom::ellipses |
| namespace | lsst::afw::table |
| namespace | std |
| STL namespace. | |
Typedefs | |
| using | lsst::afw::table::Point2IKey = PointKey< int > |
| using | lsst::afw::table::Point2DKey = PointKey< double > |
| using | lsst::afw::table::Box2IKey = BoxKey< lsst::geom::Box2I > |
| using | lsst::afw::table::Box2DKey = BoxKey< lsst::geom::Box2D > |
Enumerations | |
| enum class | lsst::afw::table::CoordinateType { lsst::afw::table::PIXEL , lsst::afw::table::CELESTIAL } |
| Enum used to set units for geometric FunctorKeys. More... | |