DRange1

class pyopenms.DRange1

Bases: object

Cython implementation of _DRange1

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1DRange1.html

__init__()
  • Cython signature: void DRange1()

  • Cython signature: void DRange1(DRange1 &)

  • Cython signature: void DRange1(DPosition1 lower, DPosition1 upper)

Methods

__init__

  • Cython signature: void DRange1()

encloses

Cython signature: bool encloses(DPosition1 & position)

isEmpty

Cython signature: bool isEmpty()

isIntersected

Cython signature: bool isIntersected(DRange1 & range_)

united

Cython signature: DRange1 united(DRange1 other_range)

encloses()

Cython signature: bool encloses(DPosition1 & position)

isEmpty()

Cython signature: bool isEmpty()

isIntersected()

Cython signature: bool isIntersected(DRange1 & range_)

united()

Cython signature: DRange1 united(DRange1 other_range)