A D-dimensional half-open interval.
Definition DRange.h:39
Options for loading files containing features.
Definition FeatureFileOptions.h:35
bool hasRTRange() const
true if setRTRange has been called.
bool loadSubordinates_
Definition FeatureFileOptions.h:106
const DRange< 1 > & getIntensityRange() const
The configured intensity range; only meaningful when hasIntensityRange is true.
void setRTRange(const DRange< 1 > &range)
bool getMetadataOnly() const
Whether only metadata is loaded.
bool getSizeOnly() const
Whether to read just the feature count.
void setLoadConvexHull(bool convex)
void setSizeOnly(bool only)
bool hasMZRange() const
true if setMZRange has been called.
bool has_intensity_range_
Definition FeatureFileOptions.h:110
bool metadata_only_
Definition FeatureFileOptions.h:107
void setLoadSubordinates(bool sub)
bool hasIntensityRange() const
true if setIntensityRange has been called.
~FeatureFileOptions()
Destructor.
DRange< 1 > mz_range_
Definition FeatureFileOptions.h:113
DRange< 1 > rt_range_
Definition FeatureFileOptions.h:112
const DRange< 1 > & getMZRange() const
The configured m/z range; only meaningful when hasMZRange is true.
const DRange< 1 > & getRTRange() const
The configured RT range; only meaningful when hasRTRange is true.
bool getLoadConvexHull() const
Whether to load each feature's convex hull.
void setMetadataOnly(bool only)
void setIntensityRange(const DRange< 1 > &range)
bool size_only_
Definition FeatureFileOptions.h:111
void setMZRange(const DRange< 1 > &range)
bool has_rt_range_
Definition FeatureFileOptions.h:108
bool getLoadSubordinates() const
Whether to load a feature's subordinates.
bool loadConvexhull_
Definition FeatureFileOptions.h:105
DRange< 1 > intensity_range_
Definition FeatureFileOptions.h:114
FeatureFileOptions()
Default constructor; see class brief for the default option values.
bool has_mz_range_
Definition FeatureFileOptions.h:109
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19