ExtentBase2I

class lsst.geom.ExtentBase2I

Bases: CoordinateBaseExtent2I

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.ExtentBase2I) lsst.geom.Point2I
computeNorm(self: lsst.geom.ExtentBase2I) int
computeSquaredNorm(self: lsst.geom.ExtentBase2I) int
eq(*args, **kwargs)

Overloaded function.

  1. eq(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2

  2. eq(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2

ge(*args, **kwargs)

Overloaded function.

  1. ge(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2

  2. ge(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2

gt(*args, **kwargs)

Overloaded function.

  1. gt(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2

  2. gt(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2

le(*args, **kwargs)

Overloaded function.

  1. le(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2

  2. le(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2

lt(*args, **kwargs)

Overloaded function.

  1. lt(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2

  2. lt(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2

ne(*args, **kwargs)

Overloaded function.

  1. ne(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2

  2. ne(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2