OpenMS
|
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... | |
~FidHandler () override | |
Destructor. More... | |
Size | getIndex () const |
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 |
|
override |
Destructor.
|
private |
Private default constructor.
Size getIndex | ( | ) | const |
Get index of current position (without position moving).
Referenced by XMassFile::load().
Size getIntensity | ( | ) |
Get intensity of current position and move to next position.
Referenced by XMassFile::load().