Box2I

class lsst.afw.geom.Box2I

Bases: pybind11_builtins.pybind11_object_56

Attributes Summary

EXPAND
SHRINK

Methods Summary

clip((self: lsst.afw.geom.box.Box2I, ...)
contains(*args, **kwargs) Overloaded function.
flipLR((self: lsst.afw.geom.box.Box2I, ...)
flipTB((self: lsst.afw.geom.box.Box2I, ...)
getArea((self: lsst.afw.geom.box.Box2I) -> int)
getBegin(...)
getBeginX((self: lsst.afw.geom.box.Box2I) -> int)
getBeginY((self: lsst.afw.geom.box.Box2I) -> int)
getCorners(...)
getDimensions(...)
getEnd(...)
getEndX((self: lsst.afw.geom.box.Box2I) -> int)
getEndY((self: lsst.afw.geom.box.Box2I) -> int)
getHeight((self: lsst.afw.geom.box.Box2I) -> int)
getMax(...)
getMaxX((self: lsst.afw.geom.box.Box2I) -> int)
getMaxY((self: lsst.afw.geom.box.Box2I) -> int)
getMin(...)
getMinX((self: lsst.afw.geom.box.Box2I) -> int)
getMinY((self: lsst.afw.geom.box.Box2I) -> int)
getSlices(...)
getWidth((self: lsst.afw.geom.box.Box2I) -> int)
grow(*args, **kwargs) Overloaded function.
include(*args, **kwargs) Overloaded function.
isEmpty((self: lsst.afw.geom.box.Box2I) -> bool)
overlaps((self: lsst.afw.geom.box.Box2I, ...)
shift((self: lsst.afw.geom.box.Box2I, ...)
swap((self: lsst.afw.geom.box.Box2I, ...)
toString((self: lsst.afw.geom.box.Box2I) -> str)

Attributes Documentation

EXPAND = EdgeHandlingEnum.EXPAND
SHRINK = EdgeHandlingEnum.SHRINK

Methods Documentation

clip(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.box.Box2I) → None
contains(*args, **kwargs)

Overloaded function.

  1. contains(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.coordinates.coordinates.Point2I) -> bool
  2. contains(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.box.Box2I) -> bool
flipLR(self: lsst.afw.geom.box.Box2I, arg0: int) → None
flipTB(self: lsst.afw.geom.box.Box2I, arg0: int) → None
getArea(self: lsst.afw.geom.box.Box2I) → int
getBegin(self: lsst.afw.geom.box.Box2I) → lsst.afw.geom.coordinates.coordinates.Point2I
getBeginX(self: lsst.afw.geom.box.Box2I) → int
getBeginY(self: lsst.afw.geom.box.Box2I) → int
getCorners(self: lsst.afw.geom.box.Box2I) → List[lsst.afw.geom.coordinates.coordinates.Point2I]
getDimensions(self: lsst.afw.geom.box.Box2I) → lsst.afw.geom.coordinates.coordinates.Extent2I
getEnd(self: lsst.afw.geom.box.Box2I) → lsst.afw.geom.coordinates.coordinates.Point2I
getEndX(self: lsst.afw.geom.box.Box2I) → int
getEndY(self: lsst.afw.geom.box.Box2I) → int
getHeight(self: lsst.afw.geom.box.Box2I) → int
getMax(self: lsst.afw.geom.box.Box2I) → lsst.afw.geom.coordinates.coordinates.Point2I
getMaxX(self: lsst.afw.geom.box.Box2I) → int
getMaxY(self: lsst.afw.geom.box.Box2I) → int
getMin(self: lsst.afw.geom.box.Box2I) → lsst.afw.geom.coordinates.coordinates.Point2I
getMinX(self: lsst.afw.geom.box.Box2I) → int
getMinY(self: lsst.afw.geom.box.Box2I) → int
getSlices(self: lsst.afw.geom.box.Box2I) → tuple
getWidth(self: lsst.afw.geom.box.Box2I) → int
grow(*args, **kwargs)

Overloaded function.

  1. grow(self: lsst.afw.geom.box.Box2I, arg0: int) -> None
  2. grow(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.coordinates.coordinates.Extent2I) -> None
include(*args, **kwargs)

Overloaded function.

  1. include(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.coordinates.coordinates.Point2I) -> None
  2. include(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.box.Box2I) -> None
isEmpty(self: lsst.afw.geom.box.Box2I) → bool
overlaps(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.box.Box2I) → bool
shift(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.coordinates.coordinates.Extent2I) → None
swap(self: lsst.afw.geom.box.Box2I, arg0: lsst.afw.geom.box.Box2I) → None
toString(self: lsst.afw.geom.box.Box2I) → str