Read-only fid File handler for XMass Analysis. More...
#include <OpenMS/FORMAT/HANDLERS/FidHandler.h>
Public Member Functions | |
FidHandler (const String &filename) | |
Constructor with filename. More... | |
virtual | ~FidHandler () |
Destructor. More... | |
Size | getIndex () |
Get index of current position (without position moving). More... | |
Size | getIntensity () |
Get intensity of current position and move to next position. More... | |
Private Member Functions | |
FidHandler () | |
Private default constructor. More... | |
Private Attributes | |
Size | index_ |
Index of position. More... | |
Read-only fid File handler for XMass Analysis.
fid File contains intensity array. Intensity for each point are coded in 4 bytes integer.
|
explicit |
|
virtual |
Destructor.
|
private |
Private default constructor.
Size getIndex | ( | ) |
Get index of current position (without position moving).
Size getIntensity | ( | ) |
Get intensity of current position and move to next position.
|
private |
Index of position.
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:14 using doxygen 1.8.13 |