Extent2I¶
- 
class 
lsst.geom.Extent2I¶ Bases:
lsst.geom.ExtentBase2IAttributes Summary
dimensionsxyMethods Summary
asPoint(self)clone(self)computeNorm(self)computeSquaredNorm(self)eq(*args, **kwargs)Overloaded function. ge(*args, **kwargs)Overloaded function. getX(self)getY(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)Attributes Documentation
- 
dimensions¶ 
- 
x¶ 
- 
y¶ 
Methods Documentation
- 
asPoint(self: lsst.geom.ExtentBase2I) → lsst.geom.Point2I¶ 
- 
clone(self: lsst.geom.Extent2I) → lsst.geom.Extent2I¶ 
- 
computeNorm(self: lsst.geom.ExtentBase2I) → int¶ 
- 
computeSquaredNorm(self: lsst.geom.ExtentBase2I) → int¶ 
- 
eq(*args, **kwargs)¶ Overloaded function.
- eq(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2
 - eq(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2
 
- 
ge(*args, **kwargs)¶ Overloaded function.
- ge(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2
 - ge(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2
 
- 
getX(self: lsst.geom.Extent2I) → int¶ 
- 
getY(self: lsst.geom.Extent2I) → int¶ 
- 
gt(*args, **kwargs)¶ Overloaded function.
- gt(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2
 - gt(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2
 
- 
le(*args, **kwargs)¶ Overloaded function.
- le(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2
 - le(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2
 
- 
lt(*args, **kwargs)¶ Overloaded function.
- lt(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2
 - lt(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2
 
- 
ne(*args, **kwargs)¶ Overloaded function.
- ne(self: lsst.geom.ExtentBase2I, arg0: lsst.geom.Extent2I) -> lsst.geom.CoordinateExpr2
 - ne(self: lsst.geom.ExtentBase2I, arg0: int) -> lsst.geom.CoordinateExpr2
 
- 
setX(self: lsst.geom.Extent2I, arg0: int) → None¶ 
- 
setY(self: lsst.geom.Extent2I, arg0: int) → None¶ 
-