73 size_only_ = size_only;
78 return expected_size_;
96 void writeFeature_(
const std::string& filename, std::ostream& os,
const Feature& feat,
const std::string& identifier_prefix,
UInt64 identifier,
UInt indentation_level);
char16_t XMLCh
Definition ClassTest.h:30
std::vector< PointType > PointArrayType
Definition ConvexHull2D.h:52
Representation of a coordinate in D-dimensional space.
Definition DPosition.h:32
Options for loading files containing features.
Definition FeatureFileOptions.h:35
A container for features.
Definition FeatureMap.h:78
An LC-MS feature.
Definition Feature.h:46
This class provides Input/Output functionality for feature maps.
Definition FeatureXMLHandler.h:45
Int disable_parsing_
Definition FeatureXMLHandler.h:111
DPosition< 2 > hull_position_
Definition FeatureXMLHandler.h:130
FeatureXMLHandler(FeatureMap &map, const std::string &filename)
Default constructor.
ProteinIdentification::SearchParameters search_param_
Temporary search parameters file.
Definition FeatureXMLHandler.h:162
MetaInfoInterface * last_meta_
Pointer to last read object as a MetaInfoInterface, or null.
Definition FeatureXMLHandler.h:143
Param param_
Definition FeatureXMLHandler.h:128
Size getSize() const
Definition FeatureXMLHandler.h:76
void writeTo(std::ostream &os) override
Docu in base class XMLHandler::writeTo.
std::map< std::string, std::string > id_identifier_
Map from file xs:id to identification run identifier (for linking peptide identifications to the corr...
Definition FeatureXMLHandler.h:160
std::map< std::string, std::string > identifier_id_
Map from identification run identifier to file xs:id (for linking peptide identifications to the corr...
Definition FeatureXMLHandler.h:158
ProteinIdentification prot_id_
Temporary protein ProteinIdentification.
Definition FeatureXMLHandler.h:146
Feature * current_feature_
points to the last open <feature> tag (possibly a subordinate feature)
Definition FeatureXMLHandler.h:114
FeatureXMLHandler(const FeatureMap &map, const std::string &filename)
void setSizeOnly(const bool size_only)
Definition FeatureXMLHandler.h:71
void updateCurrentFeature_(bool create)
update the pointer to the current feature
ProteinHit prot_hit_
Temporary protein hit.
Definition FeatureXMLHandler.h:150
Int subordinate_feature_level_
level in Feature stack during parsing
Definition FeatureXMLHandler.h:140
void writePeptideIdentification_(const std::string &filename, std::ostream &os, const PeptideIdentification &id, const std::string &tag_name, UInt indentation_level)
Writes a peptide identification to a stream (for assigned/unassigned peptide identifications)
std::map< std::string, std::string > proteinid_to_accession_
Map from protein id to accession.
Definition FeatureXMLHandler.h:154
PeptideHit pep_hit_
Temporary peptide hit.
Definition FeatureXMLHandler.h:152
void writeFeature_(const std::string &filename, std::ostream &os, const Feature &feat, const std::string &identifier_prefix, UInt64 identifier, UInt indentation_level)
Writes a feature to a stream.
void startElement(const XMLCh *const, const XMLCh *const, const XMLCh *const qname, const xercesc::Attributes &attributes) override
FeatureFileOptions options_
Options that can be set.
Definition FeatureXMLHandler.h:120
PeptideIdentification pep_id_
Temporary peptide ProteinIdentification.
Definition FeatureXMLHandler.h:148
UInt dim_
current dimension of the feature position, quality, or convex hull point
Definition FeatureXMLHandler.h:134
ConvexHull2D::PointArrayType current_chull_
Definition FeatureXMLHandler.h:129
bool size_only_
only parse until "count" tag is reached (used in loadSize())
Definition FeatureXMLHandler.h:122
~FeatureXMLHandler() override
Destructor.
void setOptions(const FeatureFileOptions &)
setter for options for loading/storing
void characters(const XMLCh *const chars, const XMLSize_t length) override
void endElement(const XMLCh *const, const XMLCh *const, const XMLCh *const qname) override
FeatureMap * map_
Feature map pointer for writing.
Definition FeatureXMLHandler.h:116
const FeatureFileOptions & getOptions() const
Non-mutable access to the options for loading/storing.
const FeatureMap * cmap_
Feature map pointer for reading.
Definition FeatureXMLHandler.h:118
bool in_description_
for downward compatibility, all tags in the old description must be ignored
Definition FeatureXMLHandler.h:137
std::map< std::string, Size > accession_to_id_
Map from search identifier concatenated with protein accession to id.
Definition FeatureXMLHandler.h:156
Size expected_size_
holds the putative size given in count
Definition FeatureXMLHandler.h:124
FeatureFileOptions & getOptions()
Mutable access to the options for loading/storing.
Base class for XML handlers.
Definition XMLHandler.h:316
Management and storage of parameters / INI files.
Definition Param.h:46
Represents a single spectrum match (candidate) for a specific tandem mass spectrum (MS/MS).
Definition PeptideHit.h:52
Represents the set of candidates (SpectrumMatches) identified for a single precursor spectrum.
Definition PeptideIdentification.h:66
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
Representation of a protein hit.
Definition ProteinHit.h:35
Representation of a protein identification run.
Definition ProteinIdentification.h:55
int Int
Signed integer type.
Definition Types.h:72
uint64_t UInt64
Unsigned integer type (64bit)
Definition Types.h:47
unsigned int UInt
Unsigned integer type.
Definition Types.h:64
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
Search parameters of the DB search.
Definition ProteinIdentification.h:248