OpenMS
|
This is the complete list of members for FileHandler, including all inherited members.
computeFileHash(const String &filename) | FileHandler | static |
f_options_ | FileHandler | private |
getConsistentOutputfileType(const String &output_filename, const String &requested_type) | FileHandler | static |
getFeatOptions() | FileHandler | |
getFeatOptions() const | FileHandler | |
getOptions() | FileHandler | |
getOptions() const | FileHandler | |
getType(const String &filename) | FileHandler | static |
getTypeByContent(const String &filename) | FileHandler | static |
getTypeByFileName(const String &filename) | FileHandler | static |
hasValidExtension(const String &filename, const FileTypes::Type type) | FileHandler | static |
isSupported(FileTypes::Type type) | FileHandler | static |
loadConsensusFeatures(const String &filename, ConsensusMap &map, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
loadExperiment(const String &filename, PeakMap &exp, const std::vector< FileTypes::Type > allowed_types=std::vector< FileTypes::Type >(), ProgressLogger::LogType log=ProgressLogger::NONE, const bool rewrite_source_file=false, const bool compute_hash=false) | FileHandler | |
loadFeatures(const String &filename, FeatureMap &map, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
loadIdentifications(const String &filename, std::vector< ProteinIdentification > &additional_proteins, std::vector< PeptideIdentification > &additional_peptides, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
loadSpectrum(const String &filename, MSSpectrum &spec, const std::vector< FileTypes::Type > allowed_types={}) | FileHandler | |
loadTransformations(const String &filename, TransformationDescription &map, bool fit_model=true, const std::vector< FileTypes::Type > allowed_types={}) | FileHandler | |
loadTransitions(const String &filename, TargetedExperiment &library, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
options_ | FileHandler | private |
setFeatOptions(const FeatureFileOptions &) | FileHandler | |
setOptions(const PeakFileOptions &) | FileHandler | |
storeConsensusFeatures(const String &filename, const ConsensusMap &map, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
storeExperiment(const String &filename, const PeakMap &exp, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
storeFeatures(const String &filename, const FeatureMap &map, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
storeIdentifications(const String &filename, const std::vector< ProteinIdentification > &additional_proteins, const std::vector< PeptideIdentification > &additional_peptides, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
storeQC(const String &input_file, const String &filename, const MSExperiment &exp, const FeatureMap &feature_map, std::vector< ProteinIdentification > &prot_ids, std::vector< PeptideIdentification > &pep_ids, const ConsensusMap &consensus_map=ConsensusMap(), const String &contact_name="", const String &contact_address="", const String &description="", const String &label="label", const bool remove_duplicate_features=false, const std::vector< FileTypes::Type > allowed_types={}) | FileHandler | |
storeSpectrum(const String &filename, MSSpectrum &spec, const std::vector< FileTypes::Type > allowed_types={}) | FileHandler | |
storeTransformations(const String &filename, const TransformationDescription &map, const std::vector< FileTypes::Type > allowed_types={}) | FileHandler | |
storeTransitions(const String &filename, const TargetedExperiment &library, const std::vector< FileTypes::Type > allowed_types={}, ProgressLogger::LogType log=ProgressLogger::NONE) | FileHandler | |
stripExtension(const String &filename) | FileHandler | static |
swapExtension(const String &filename, const FileTypes::Type new_type) | FileHandler | static |