IntervalD#
- class lsst.geom.IntervalD#
Bases:
pybind11_objectAttributes Summary
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.
contains(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) -> bool
contains(self: lsst.geom.IntervalD, arg0: typing.Annotated[numpy.typing.ArrayLike, numpy.float64]) -> object
- dilatedBy(self: lsst.geom.IntervalD, arg0: SupportsFloat) lsst.geom.IntervalD#
- erodedBy(self: lsst.geom.IntervalD, arg0: SupportsFloat) lsst.geom.IntervalD#
- expandedTo(*args, **kwargs)#
Overloaded function.
expandedTo(self: lsst.geom.IntervalD, arg0: typing.SupportsFloat) -> lsst.geom.IntervalD
expandedTo(self: lsst.geom.IntervalD, arg0: lsst.geom.IntervalD) -> lsst.geom.IntervalD
- static fromSpannedPoints(*args, **kwargs)#
Overloaded function.
fromSpannedPoints(arg0: numpy.ndarray) -> lsst.geom.IntervalD
fromSpannedPoints(arg0: collections.abc.Sequence[typing.SupportsFloat]) -> 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: SupportsFloat) lsst.geom.IntervalD#
- shiftedBy(self: lsst.geom.IntervalD, arg0: SupportsFloat) lsst.geom.IntervalD#