|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
#include "lsst/cpputils/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 |
| 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::Point3IKey = Point3Key<int> |
| using | lsst::afw::table::Point3DKey = Point3Key<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... | |