Options for loading files containing features.
Definition: FeatureFileOptions.h:21
A container for features.
Definition: FeatureMap.h:80
This class provides Input/Output functionality for feature maps.
Definition: FeatureXMLFile.h:36
FeatureXMLFile()
Default constructor.
const FeatureFileOptions & getOptions() const
Non-mutable access to the options for loading/storing.
void load(const String &filename, FeatureMap &feature_map)
loads the file with name filename into map and calls updateRanges().
void store(const String &filename, const FeatureMap &feature_map)
stores the map feature_map in file with name filename.
~FeatureXMLFile() override
Destructor.
FeatureFileOptions options_
Options that can be set.
Definition: FeatureXMLFile.h:77
Size loadSize(const String &filename)
FeatureFileOptions & getOptions()
Mutable access to the options for loading/storing.
void setOptions(const FeatureFileOptions &)
setter for options for loading/storing
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:23
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:27
A more convenient string class.
Definition: String.h:34
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:97
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19