RangeMobility#
- class pyopenms.RangeMobility#
Bases:
object
Cython implementation of _RangeMobility
- Original C++ documentation is available here
– Inherits from [‘RangeBase’]
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: RangeMobility) None
Methods
Overload:
contains
(self, value)Is value within [min, max]?
containsMobility
(self, value)Is value within [min, max]?
extend
(self, value)Extend the range such that it includes the given @p value
extendMobility
(self, value)Extend the range such that it includes the given @p value
getMax
(self)getMaxMobility
(self)Returns the maximum Mobility
getMin
(self)getMinMobility
(self)Returns the minimum Mobility
setMax
(self, max)setMaxMobility
(self, max)setMin
(self, min)setMinMobility
(self, min)- contains(self, value: float) bool #
Is value within [min, max]?
- containsMobility(self, value: float) bool #
Is value within [min, max]?
- extend(self, value: float) None #
Extend the range such that it includes the given @p value
- extendMobility(self, value: float) None #
Extend the range such that it includes the given @p value
- getMax(self) float #
- getMaxMobility(self) float #
Returns the maximum Mobility
- getMin(self) float #
- getMinMobility(self) float #
Returns the minimum Mobility
- setMax(self, max: float) None #
- setMaxMobility(self, max: float) None #
- setMin(self, min: float) None #
- setMinMobility(self, min: float) None #