Span

class lsst.afw.geom.Span

Bases: pybind11_builtins.pybind11_object

Methods Summary

contains(*args, **kwargs)

Overloaded function.

getBeginX(self)

getEndX(self)

getMax(self)

getMaxX(self)

getMin(self)

getMinX(self)

getWidth(self)

getX0(self)

getX1(self)

getY(self)

isEmpty(self)

shift(self, arg0, arg1)

toString(self)

Methods Documentation

contains(*args, **kwargs)

Overloaded function.

  1. contains(self: lsst.afw.geom.span.Span, arg0: int) -> bool

  2. contains(self: lsst.afw.geom.span.Span, arg0: int, arg1: int) -> bool

  3. contains(self: lsst.afw.geom.span.Span, arg0: lsst.geom.Point2I) -> bool

getBeginX(self: lsst.afw.geom.span.Span) → int
getEndX(self: lsst.afw.geom.span.Span) → int
getMax(self: lsst.afw.geom.span.Span) → lsst.geom.Point2I
getMaxX(self: lsst.afw.geom.span.Span) → int
getMin(self: lsst.afw.geom.span.Span) → lsst.geom.Point2I
getMinX(self: lsst.afw.geom.span.Span) → int
getWidth(self: lsst.afw.geom.span.Span) → int
getX0(self: lsst.afw.geom.span.Span) → int
getX1(self: lsst.afw.geom.span.Span) → int
getY(self: lsst.afw.geom.span.Span) → int
isEmpty(self: lsst.afw.geom.span.Span) → bool
shift(self: lsst.afw.geom.span.Span, arg0: int, arg1: int) → None
toString(self: lsst.afw.geom.span.Span) → str