IntervalD

class lsst.geom.IntervalD

Bases: pybind11_builtins.pybind11_object

Attributes Summary

center
max
min
size

Methods Summary

clippedTo(self, arg0)
contains(*args, **kwargs) Overloaded function.
dilatedBy(self, arg0)
erodedBy(self, arg0)
expandedTo(*args, **kwargs) Overloaded function.
fromSpannedPoints(*args, **kwargs) Overloaded function.
getCenter(self)
getMax(self)
getMin(self)
getSize(self)
intersects(self, arg0)
isDisjointFrom(self, arg0)
isEmpty(self)
isFinite(self)
overlaps(self, arg0)
reflectedAbout(self, arg0)
shiftedBy(self, arg0)

Attributes Documentation

center
max
min
size

Methods Documentation

clippedTo(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) → lsst.geom.IntervalD
contains(*args, **kwargs)

Overloaded function.

  1. contains(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) -> bool
  2. contains(self: lsst.geom.IntervalD, arg0: numpy.ndarray[numpy.float64]) -> object
dilatedBy(self: lsst.geom.IntervalD, arg0: float) → lsst.geom.IntervalD
erodedBy(self: lsst.geom.IntervalD, arg0: float) → lsst.geom.IntervalD
expandedTo(*args, **kwargs)

Overloaded function.

  1. expandedTo(self: lsst.geom.IntervalD, arg0: float) -> lsst.geom.IntervalD
  2. expandedTo(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) -> lsst.geom.IntervalD
static fromSpannedPoints(*args, **kwargs)

Overloaded function.

  1. fromSpannedPoints(arg0: numpy.ndarray) -> lsst.geom.IntervalD
  2. fromSpannedPoints(arg0: List[float]) -> lsst.geom.IntervalD
getCenter(self: lsst.geom.IntervalD) → float
getMax(self: lsst.geom.IntervalD) → float
getMin(self: lsst.geom.IntervalD) → float
getSize(self: lsst.geom.IntervalD) → float
intersects(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) → bool
isDisjointFrom(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) → bool
isEmpty(self: lsst.geom.IntervalD) → bool
isFinite(self: lsst.geom.IntervalD) → bool
overlaps(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) → bool
reflectedAbout(self: lsst.geom.IntervalD, arg0: float) → lsst.geom.IntervalD
shiftedBy(self: lsst.geom.IntervalD, arg0: float) → lsst.geom.IntervalD