Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Private Member Functions | Private Attributes

FidHandler Class Reference

Read-only fid File handler for XMass Analysis. More...

#include <OpenMS/FORMAT/HANDLERS/FidHandler.h>

Inherits std::ifstream.

List of all members.

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.

Detailed Description

Read-only fid File handler for XMass Analysis.

fid File contains intensity array. Intensity for each point are coded in 4 bytes integer.

Note:
Do not use this class directly. It is only needed for XMassFile.

Constructor & Destructor Documentation

FidHandler ( const String filename  ) 

Contructor with filename.

Open fid File as stream and initialize index.

Parameters:
filename to fid File.
virtual ~FidHandler (  )  [virtual]

Destructor.

FidHandler (  )  [private]

Private default constructor.


Member Function Documentation

Size getIndex (  ) 

Get index of current position (without position moving).

Size getIntensity (  ) 

Get intensity of current position and move to next position.


Member Data Documentation

Size index_ [private]

Index of position.


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1