Read-only fid File handler for XMass Analysis. More...
#include <OpenMS/FORMAT/HANDLERS/FidHandler.h>
Inherits std::ifstream.
Public Member Functions | |
| FidHandler (const String &filename) | |
| Contructor with filename. | |
| virtual | ~FidHandler () |
| Destructor. | |
| Size | getIndex () |
| Get index of current position (without position moving). | |
| Size | getIntensity () |
| Get intensity of current position and move to next position. | |
Private Member Functions | |
| FidHandler () | |
| Private default constructor. | |
Private Attributes | |
| Size | index_ |
| Index of position. | |
Read-only fid File handler for XMass Analysis.
fid File contains intensity array. Intensity for each point are coded in 4 bytes integer.
| FidHandler | ( | const String & | filename | ) |
| virtual ~FidHandler | ( | ) | [virtual] |
Destructor.
| FidHandler | ( | ) | [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.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |