Options for loading files containing features.
Definition FeatureFileOptions.h:35
A container for features.
Definition FeatureMap.h:78
This class provides Input/Output functionality for feature maps.
Definition FeatureXMLFile.h:36
FeatureXMLFile()
Default constructor.
void load(const std::string &filename, FeatureMap &feature_map)
loads the file with name filename into map and calls updateRanges().
~FeatureXMLFile() override
Destructor.
Size loadSize(const std::string &filename)
void store(const std::string &filename, const FeatureMap &feature_map)
stores the map feature_map in file with name filename.
FeatureFileOptions options_
Options that can be set.
Definition FeatureXMLFile.h:77
void setOptions(const FeatureFileOptions &)
setter for options for loading/storing
const FeatureFileOptions & getOptions() const
Non-mutable access to the options for loading/storing.
FeatureFileOptions & getOptions()
Mutable access to the options for loading/storing.
Base class for loading and storing XML files via Xerces, with optional schema validation and transpar...
Definition XMLFile.h:38
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
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