DRange2#

class pyopenms.DRange2#

Bases: object

Cython implementation of _DRange2

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: DRange2) None

Overload:

__init__(self, lower: Sequence[int] | Sequence[float], upper: Sequence[int] | Sequence[float]) None

Overload:

__init__(self, minx: float, miny: float, maxx: float, maxy: float) None

Methods

__init__

Overload:

isEmpty(self)

isIntersected(self, range_)

united(self, other_range)

isEmpty(self) bool#
isIntersected(self, range_: DRange2) bool#
united(self, other_range: DRange2) DRange2#