OpenMS
|
Options for loading files containing features. More...
#include <OpenMS/FORMAT/OPTIONS/FeatureFileOptions.h>
Public Member Functions | |
FeatureFileOptions () | |
Default constructor. More... | |
~FeatureFileOptions () | |
Destructor. More... | |
convex hull option | |
sets whether or not to load convex hull | |
void | setLoadConvexHull (bool convex) |
bool | getLoadConvexHull () const |
returns whether or not to load convex hull More... | |
subordinate option | |
sets whether or not load subordinates | |
void | setLoadSubordinates (bool sub) |
bool | getLoadSubordinates () const |
returns whether or not to load subordinates More... | |
metadata option | |
sets whether or not to load only meta data | |
void | setMetadataOnly (bool only) |
bool | getMetadataOnly () const |
returns whether or not to load only meta data More... | |
lazyload option | |
sets whether or not to load only feature count | |
void | setSizeOnly (bool only) |
bool | getSizeOnly () const |
returns whether or not to load only meta data More... | |
RT range option | |
restricts the range of RT values for peaks to load | |
void | setRTRange (const DRange< 1 > &range) |
bool | hasRTRange () const |
returns true if an RT range has been set More... | |
const DRange< 1 > & | getRTRange () const |
returns the RT range More... | |
m/z range option | |
restricts the range of MZ values for peaks to load | |
void | setMZRange (const DRange< 1 > &range) |
bool | hasMZRange () const |
returns true if an MZ range has been set More... | |
const DRange< 1 > & | getMZRange () const |
returns the MZ range More... | |
Intensity range option | |
bool | loadConvexhull_ |
bool | loadSubordinates_ |
bool | metadata_only_ |
bool | has_rt_range_ |
bool | has_mz_range_ |
bool | has_intensity_range_ |
bool | size_only_ |
DRange< 1 > | rt_range_ |
DRange< 1 > | mz_range_ |
DRange< 1 > | intensity_range_ |
void | setIntensityRange (const DRange< 1 > &range) |
bool | hasIntensityRange () const |
returns true if an intensity range has been set More... | |
const DRange< 1 > & | getIntensityRange () const |
returns the intensity range More... | |
Options for loading files containing features.
Default constructor.
~FeatureFileOptions | ( | ) |
Destructor.
const DRange<1>& getIntensityRange | ( | ) | const |
returns the intensity range
bool getLoadConvexHull | ( | ) | const |
returns whether or not to load convex hull
bool getLoadSubordinates | ( | ) | const |
returns whether or not to load subordinates
bool getMetadataOnly | ( | ) | const |
returns whether or not to load only meta data
const DRange<1>& getMZRange | ( | ) | const |
returns the MZ range
const DRange<1>& getRTRange | ( | ) | const |
returns the RT range
bool getSizeOnly | ( | ) | const |
returns whether or not to load only meta data
bool hasIntensityRange | ( | ) | const |
returns true
if an intensity range has been set
bool hasMZRange | ( | ) | const |
returns true
if an MZ range has been set
bool hasRTRange | ( | ) | const |
returns true
if an RT range has been set
void setIntensityRange | ( | const DRange< 1 > & | range | ) |
void setLoadConvexHull | ( | bool | convex | ) |
void setLoadSubordinates | ( | bool | sub | ) |
void setMetadataOnly | ( | bool | only | ) |
void setMZRange | ( | const DRange< 1 > & | range | ) |
void setRTRange | ( | const DRange< 1 > & | range | ) |
void setSizeOnly | ( | bool | only | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |