Class lsst::afw::table::BoxKey

template<typename Box>
class BoxKey : public lsst::afw::table::FunctorKey<Box>

A FunctorKey used to get or set a lsst::geom::Box2I or Box2D from a (min, max) pair of PointKeys.

The Box2IKey and Box2DKey typedefs should be preferred to using the template name directly.