ApproximateControl¶
- 
class lsst.afw.math.ApproximateControl¶
- Bases: - pybind11_builtins.pybind11_object- Attributes Summary - CHEBYSHEV- NUM_STYLES- UNKNOWN- Methods Summary - getOrderX(self)- getOrderY(self)- getStyle(self)- getWeighting(self)- setOrderX(self, arg0)- setOrderY(self, arg0)- setStyle(self, arg0)- setWeighting(self, arg0)- Attributes Documentation - 
CHEBYSHEV= <Style.CHEBYSHEV: 0>¶
 - 
NUM_STYLES= <Style.NUM_STYLES: 1>¶
 - 
UNKNOWN= <Style.UNKNOWN: -1>¶
 - Methods Documentation - 
getOrderX(self: lsst.afw.math.ApproximateControl) → int¶
 - 
getOrderY(self: lsst.afw.math.ApproximateControl) → int¶
 - 
getStyle(self: lsst.afw.math.ApproximateControl) → lsst.afw.math.ApproximateControl.Style¶
 - 
getWeighting(self: lsst.afw.math.ApproximateControl) → bool¶
 - 
setOrderX(self: lsst.afw.math.ApproximateControl, arg0: int) → None¶
 - 
setOrderY(self: lsst.afw.math.ApproximateControl, arg0: int) → None¶
 - 
setStyle(self: lsst.afw.math.ApproximateControl, arg0: lsst.afw.math.ApproximateControl.Style) → None¶
 - 
setWeighting(self: lsst.afw.math.ApproximateControl, arg0: bool) → None¶
 
-