Extent3I#

class lsst.geom.Extent3I#

Bases: ExtentBase3I

Attributes Summary

Methods Summary

clone(self)

getX(self)

getY(self)

getZ(self)

setX(self, arg0)

setY(self, arg0)

setZ(self, arg0)

Attributes Documentation

dimensions#
x#
y#
z#

Methods Documentation

clone(self: lsst.geom.Extent3I) lsst.geom.Extent3I#
getX(self: lsst.geom.Extent3I) int#
getY(self: lsst.geom.Extent3I) int#
getZ(self: lsst.geom.Extent3I) int#
setX(self: lsst.geom.CoordinateBaseExtent3I, arg0: SupportsInt) None#
setY(self: lsst.geom.CoordinateBaseExtent3I, arg0: SupportsInt) None#
setZ(self: lsst.geom.CoordinateBaseExtent3I, arg0: SupportsInt) None#