Class PixelRegion¶
Defined in File PixelRegion.h
Class Documentation¶
-
class
PixelRegion
¶ A pixelized region containing all pixels whose centers are within an Ellipse.
The pixel region for an ellipse may be larger or smaller in area than the ellipse itself, depending on the details of where pixel centers land, and it may be empty even if the area of the ellipse is nonzero.
Unnamed Group
-
PixelRegion
(PixelRegion const&)¶ PixelRegion is copy and move constructable and assignable.
-
PixelRegion
(PixelRegion&&)¶
-
PixelRegion &
operator=
(PixelRegion const&)¶
-
PixelRegion &
operator=
(PixelRegion&&)¶
-
~PixelRegion
()¶
Unnamed Group
Public Types
Public Functions
-
PixelRegion
(Ellipse const &ellipse)¶ Construct a PixelRegion from an Ellipse.
-
lsst::geom::Box2I const &
getBBox
() const¶ Return the bounding box of the pixel region.
This is guaranteed to be the smallest box that includes all Spans. It has no guaranteed relationship with the Ellipse’s direct (floating-point) bounding box as computed by Ellipse::computeBBox(), and may be empty even if the Ellipse’s bounding box is not.
-