DRange2
- class pyopenms.DRange2
Bases:
objectCython implementation of _DRange2
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1DRange2.html
- __init__()
Cython signature: void DRange2()
Cython signature: void DRange2(DRange2 &)
Cython signature: void DRange2(DPosition2 lower, DPosition2 upper)
Cython signature: void DRange2(double minx, double miny, double maxx, double maxy)
Methods
Cython signature: void DRange2()
Cython signature: bool isEmpty()
Cython signature: bool isIntersected(DRange2 & range_)
Cython signature: DRange2 united(DRange2 other_range)
- isEmpty()
Cython signature: bool isEmpty()
- united()
Cython signature: DRange2 united(DRange2 other_range)