Peak1D

class pyopenms.Peak1D

Bases: object

Cython implementation of _Peak1D

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

__init__()
  • Cython signature: void Peak1D()

  • Cython signature: void Peak1D(Peak1D &)

Methods

__init__

  • Cython signature: void Peak1D()

getIntensity

Cython signature: float getIntensity()

getMZ

Cython signature: double getMZ()

getPos

Cython signature: double getPos()

setIntensity

Cython signature: void setIntensity(float)

setMZ

Cython signature: void setMZ(double)

setPos

Cython signature: void setPos(double pos)

getIntensity()

Cython signature: float getIntensity()

getMZ()

Cython signature: double getMZ()

getPos()

Cython signature: double getPos()

setIntensity()

Cython signature: void setIntensity(float)

setMZ()

Cython signature: void setMZ(double)

setPos()

Cython signature: void setPos(double pos)