Extent3I¶
-
class
lsst.geom.
Extent3I
¶ Bases:
lsst.geom.ExtentBase3I
Attributes Summary
dimensions
x
y
z
Methods Summary
asPoint
(self)clone
(self)computeNorm
(self)computeSquaredNorm
(self)eq
(*args, **kwargs)Overloaded function. ge
(*args, **kwargs)Overloaded function. getX
(self)getY
(self)getZ
(self)gt
(*args, **kwargs)Overloaded function. le
(*args, **kwargs)Overloaded function. lt
(*args, **kwargs)Overloaded function. ne
(*args, **kwargs)Overloaded function. setX
(self, arg0)setY
(self, arg0)setZ
(self, arg0)Attributes Documentation
-
dimensions
¶
-
x
¶
-
y
¶
-
z
¶
Methods Documentation
-
asPoint
(self: lsst.geom.ExtentBase3I) → lsst.geom.Point3I¶
-
clone
(self: lsst.geom.Extent3I) → lsst.geom.Extent3I¶
-
computeNorm
(self: lsst.geom.ExtentBase3I) → int¶
-
computeSquaredNorm
(self: lsst.geom.ExtentBase3I) → int¶
-
eq
(*args, **kwargs)¶ Overloaded function.
- eq(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
- eq(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
-
ge
(*args, **kwargs)¶ Overloaded function.
- ge(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
- ge(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
-
getX
(self: lsst.geom.Extent3I) → int¶
-
getY
(self: lsst.geom.Extent3I) → int¶
-
getZ
(self: lsst.geom.Extent3I) → int¶
-
gt
(*args, **kwargs)¶ Overloaded function.
- gt(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
- gt(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
-
le
(*args, **kwargs)¶ Overloaded function.
- le(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
- le(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
-
lt
(*args, **kwargs)¶ Overloaded function.
- lt(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
- lt(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
-
ne
(*args, **kwargs)¶ Overloaded function.
- ne(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
- ne(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
-
setX
(self: lsst.geom.Extent3I, arg0: int) → None¶
-
setY
(self: lsst.geom.Extent3I, arg0: int) → None¶
-
setZ
(self: lsst.geom.Extent3I, arg0: int) → None¶
-