lsst.afw g9b27d6183c+ba0495b367
|
#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... | |