![]()  | 
  
    OpenMS
    2.4.0
    
   | 
 
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 () | 
| 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 | ( | ) | 
Get index of current position (without position moving).
| Size getIntensity | ( | ) | 
Get intensity of current position and move to next position.
      
  | 
  private | 
Index of position.
 1.8.14