ExtentBase3I

class lsst.geom.ExtentBase3I

Bases: lsst.geom.CoordinateBaseExtent3I

Methods Summary

asPoint(self)
computeNorm(self)
computeSquaredNorm(self)
eq(*args, **kwargs) Overloaded function.
ge(*args, **kwargs) Overloaded function.
gt(*args, **kwargs) Overloaded function.
le(*args, **kwargs) Overloaded function.
lt(*args, **kwargs) Overloaded function.
ne(*args, **kwargs) Overloaded function.

Methods Documentation

asPoint(self: lsst.geom.ExtentBase3I) → lsst.geom.Point3I
computeNorm(self: lsst.geom.ExtentBase3I) → int
computeSquaredNorm(self: lsst.geom.ExtentBase3I) → int
eq(*args, **kwargs)

Overloaded function.

  1. eq(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
  2. eq(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
ge(*args, **kwargs)

Overloaded function.

  1. ge(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
  2. ge(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
gt(*args, **kwargs)

Overloaded function.

  1. gt(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
  2. gt(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
le(*args, **kwargs)

Overloaded function.

  1. le(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
  2. le(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
lt(*args, **kwargs)

Overloaded function.

  1. lt(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
  2. lt(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
ne(*args, **kwargs)

Overloaded function.

  1. ne(self: lsst.geom.ExtentBase3I, arg0: lsst.geom.Extent3I) -> lsst.geom.CoordinateExpr3
  2. ne(self: lsst.geom.ExtentBase3I, arg0: int) -> lsst.geom.CoordinateExpr3