DRange2#
- class pyopenms.DRange2#
Bases:
objectCython 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
Overload:
isEmpty(self)isIntersected(self, range_)united(self, other_range)- isEmpty(self) bool#