Peak1D
- class pyopenms.Peak1D
Bases:
objectCython 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
Cython signature: void Peak1D()
Cython signature: float getIntensity()
Cython signature: double getMZ()
Cython signature: double getPos()
Cython signature: void setIntensity(float)
Cython signature: void setMZ(double)
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)