LSST Applications g0f08755f38+82efc23009,g12f32b3c4e+e7bdf1200e,g1653933729+a8ce1bb630,g1a0ca8cf93+50eff2b06f,g28da252d5a+52db39f6a5,g2bbee38e9b+37c5a29d61,g2bc492864f+37c5a29d61,g2cdde0e794+c05ff076ad,g3156d2b45e+41e33cbcdc,g347aa1857d+37c5a29d61,g35bb328faa+a8ce1bb630,g3a166c0a6a+37c5a29d61,g3e281a1b8c+fb992f5633,g414038480c+7f03dfc1b0,g41af890bb2+11b950c980,g5fbc88fb19+17cd334064,g6b1c1869cb+12dd639c9a,g781aacb6e4+a8ce1bb630,g80478fca09+72e9651da0,g82479be7b0+04c31367b4,g858d7b2824+82efc23009,g9125e01d80+a8ce1bb630,g9726552aa6+8047e3811d,ga5288a1d22+e532dc0a0b,gae0086650b+a8ce1bb630,gb58c049af0+d64f4d3760,gc28159a63d+37c5a29d61,gcf0d15dbbd+2acd6d4d48,gd7358e8bfb+778a810b6e,gda3e153d99+82efc23009,gda6a2b7d83+2acd6d4d48,gdaeeff99f8+1711a396fd,ge2409df99d+6b12de1076,ge79ae78c31+37c5a29d61,gf0baf85859+d0a5978c5a,gf3967379c6+4954f8c433,gfb92a5be7c+82efc23009,gfec2e1e490+2aaed99252,w.2024.46
LSST Data Management Base Package
|
This is the complete list of members for lsst::geom::Box2I, including all inherited members.
Box2I() noexcept | lsst::geom::Box2I | inline |
Box2I(Point2I const &minimum, Point2I const &maximum, bool invert=true) | lsst::geom::Box2I | |
Box2I(Point2I const &corner, Extent2I const &dimensions, bool invert=true) | lsst::geom::Box2I | |
Box2I(Interval const &x, Interval const &y) | lsst::geom::Box2I | inline |
Box2I(Box2D const &other, EdgeHandlingEnum edgeHandling=EXPAND) | lsst::geom::Box2I | explicit |
Box2I(Box2I const &) noexcept=default | lsst::geom::Box2I | |
Box2I(Box2I &&) noexcept=default | lsst::geom::Box2I | |
clip(Box2I const &other) noexcept | lsst::geom::Box2I | |
clippedTo(Box2I const &other) const noexcept | lsst::geom::Box2I | |
contains(Point2I const &point) const noexcept | lsst::geom::Box2I | |
contains(Element x, Element y) const noexcept | lsst::geom::Box2I | inline |
contains(Box2I const &other) const noexcept | lsst::geom::Box2I | |
dilatedBy(Extent const &buffer) const | lsst::geom::Box2I | |
dilatedBy(Element buffer) const | lsst::geom::Box2I | inline |
EdgeHandlingEnum enum name | lsst::geom::Box2I | |
Element typedef | lsst::geom::Box2I | |
erodedBy(Extent const &buffer) const | lsst::geom::Box2I | inline |
erodedBy(Element buffer) const | lsst::geom::Box2I | inline |
EXPAND enum value | lsst::geom::Box2I | |
expandedTo(Point const &other) const | lsst::geom::Box2I | |
expandedTo(Box2I const &other) const | lsst::geom::Box2I | |
Extent typedef | lsst::geom::Box2I | |
flipLR(int xExtent) | lsst::geom::Box2I | |
flipTB(int yExtent) | lsst::geom::Box2I | |
getArea() const | lsst::geom::Box2I | inline |
getBegin() const noexcept | lsst::geom::Box2I | inline |
getBeginX() const noexcept | lsst::geom::Box2I | inline |
getBeginY() const noexcept | lsst::geom::Box2I | inline |
getCenter() const noexcept | lsst::geom::Box2I | |
getCenterX() const noexcept | lsst::geom::Box2I | inline |
getCenterY() const noexcept | lsst::geom::Box2I | inline |
getCorners() const | lsst::geom::Box2I | |
getDimensions() const noexcept | lsst::geom::Box2I | inline |
getEnd() const noexcept | lsst::geom::Box2I | inline |
getEndX() const noexcept | lsst::geom::Box2I | inline |
getEndY() const noexcept | lsst::geom::Box2I | inline |
getHeight() const noexcept | lsst::geom::Box2I | inline |
getMax() const noexcept | lsst::geom::Box2I | inline |
getMaxX() const noexcept | lsst::geom::Box2I | inline |
getMaxY() const noexcept | lsst::geom::Box2I | inline |
getMin() const noexcept | lsst::geom::Box2I | inline |
getMinX() const noexcept | lsst::geom::Box2I | inline |
getMinY() const noexcept | lsst::geom::Box2I | inline |
getSlices() const | lsst::geom::Box2I | |
getWidth() const noexcept | lsst::geom::Box2I | inline |
getX() const | lsst::geom::Box2I | inline |
getY() const | lsst::geom::Box2I | inline |
grow(int buffer) | lsst::geom::Box2I | inline |
grow(Extent2I const &buffer) | lsst::geom::Box2I | |
hash_value() const noexcept | lsst::geom::Box2I | |
include(Point2I const &point) | lsst::geom::Box2I | |
include(Box2I const &other) | lsst::geom::Box2I | |
intersects(Box2I const &other) const noexcept | lsst::geom::Box2I | inline |
Interval typedef | lsst::geom::Box2I | |
isDisjointFrom(Box2I const &other) const noexcept | lsst::geom::Box2I | |
isEmpty() const noexcept | lsst::geom::Box2I | inline |
makeCenteredBox(Point2D const ¢er, Extent const &size) | lsst::geom::Box2I | static |
operator!=(Box2I const &other) const noexcept | lsst::geom::Box2I | |
operator=(Box2I const &) noexcept=default | lsst::geom::Box2I | |
operator=(Box2I &&) noexcept=default | lsst::geom::Box2I | |
operator==(Box2I const &other) const noexcept | lsst::geom::Box2I | |
overlaps(Box2I const &other) const noexcept | lsst::geom::Box2I | |
Point typedef | lsst::geom::Box2I | |
reflectedAboutX(Element x) const | lsst::geom::Box2I | |
reflectedAboutY(Element y) const | lsst::geom::Box2I | |
shift(Extent2I const &offset) | lsst::geom::Box2I | |
shiftedBy(Extent const &offset) const | lsst::geom::Box2I | |
SHRINK enum value | lsst::geom::Box2I | |
swap(Box2I &other) noexcept | lsst::geom::Box2I | inline |
toString() const | lsst::geom::Box2I | inline |
~Box2I() noexcept=default | lsst::geom::Box2I |