Extent3D

class lsst.geom.Extent3D

Bases: ExtentBase3D

Attributes Summary

dimensions

x

y

z

Methods Summary

asPoint(self)

ceil(self)

clone(self)

computeNorm(self)

computeSquaredNorm(self)

eq(*args, **kwargs)

Overloaded function.

floor(self)

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)

truncate(self)

Attributes Documentation

dimensions = 3
x
y
z

Methods Documentation

asPoint(self: lsst.geom.ExtentBase3D) lsst.geom.Point3D
ceil(self: lsst.geom.Extent3D) lsst.geom.Extent3I
clone(self: lsst.geom.Extent3D) lsst.geom.Extent3D
computeNorm(self: lsst.geom.ExtentBase3D) float
computeSquaredNorm(self: lsst.geom.ExtentBase3D) float
eq(*args, **kwargs)

Overloaded function.

  1. eq(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3

  2. eq(self: lsst.geom.ExtentBase3D, arg0: float) -> lsst.geom.CoordinateExpr3

floor(self: lsst.geom.Extent3D) lsst.geom.Extent3I
ge(*args, **kwargs)

Overloaded function.

  1. ge(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3

  2. ge(self: lsst.geom.ExtentBase3D, arg0: float) -> lsst.geom.CoordinateExpr3

getX(self: lsst.geom.Extent3D) float
getY(self: lsst.geom.Extent3D) float
getZ(self: lsst.geom.Extent3D) float
gt(*args, **kwargs)

Overloaded function.

  1. gt(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3

  2. gt(self: lsst.geom.ExtentBase3D, arg0: float) -> lsst.geom.CoordinateExpr3

le(*args, **kwargs)

Overloaded function.

  1. le(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3

  2. le(self: lsst.geom.ExtentBase3D, arg0: float) -> lsst.geom.CoordinateExpr3

lt(*args, **kwargs)

Overloaded function.

  1. lt(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3

  2. lt(self: lsst.geom.ExtentBase3D, arg0: float) -> lsst.geom.CoordinateExpr3

ne(*args, **kwargs)

Overloaded function.

  1. ne(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3

  2. ne(self: lsst.geom.ExtentBase3D, arg0: float) -> lsst.geom.CoordinateExpr3

setX(self: lsst.geom.CoordinateBaseExtent3D, arg0: float) None
setY(self: lsst.geom.CoordinateBaseExtent3D, arg0: float) None
setZ(self: lsst.geom.CoordinateBaseExtent3D, arg0: float) None
truncate(self: lsst.geom.Extent3D) lsst.geom.Extent3I