DRange2

class pyopenms.DRange2

Bases: object

Cython 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

__init__

  • Cython signature: void DRange2()

isEmpty

Cython signature: bool isEmpty()

isIntersected

Cython signature: bool isIntersected(DRange2 & range_)

united

Cython signature: DRange2 united(DRange2 other_range)

isEmpty()

Cython signature: bool isEmpty()

isIntersected()

Cython signature: bool isIntersected(DRange2 & range_)

united()

Cython signature: DRange2 united(DRange2 other_range)