|
OpenMS
2.5.0
|
Go to the documentation of this file.
41 namespace IdentificationDataInternal
94 if (parent_length && (
end_pos >= parent_length))
return false;
MoleculeParentMatch(Size start_pos=UNKNOWN_POSITION, Size end_pos=UNKNOWN_POSITION, String left_neighbor=UNKNOWN_NEIGHBOR, String right_neighbor=UNKNOWN_NEIGHBOR)
Definition: MoleculeParentMatch.h:60
static constexpr char LEFT_TERMINUS
Definition: MoleculeParentMatch.h:57
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
bool operator<(const MoleculeParentMatch &other) const
Definition: MoleculeParentMatch.h:69
String right_neighbor
Definition: MoleculeParentMatch.h:53
bool hasValidPositions(Size molecule_length=0, Size parent_length=0) const
Definition: MoleculeParentMatch.h:83
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
static constexpr char UNKNOWN_NEIGHBOR
Definition: MoleculeParentMatch.h:56
std::map< ParentMoleculeRef, std::set< MoleculeParentMatch > > ParentMatches
mapping: parent molecule -> match information
Definition: MoleculeParentMatch.h:101
static constexpr Size UNKNOWN_POSITION
Definition: MoleculeParentMatch.h:55
Size start_pos
Definition: MoleculeParentMatch.h:50
static constexpr char RIGHT_TERMINUS
Definition: MoleculeParentMatch.h:58
Meta data for the association between an identified molecule (e.g. peptide) and a parent molecule (e....
Definition: MoleculeParentMatch.h:45
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Size end_pos
Definition: MoleculeParentMatch.h:50
String left_neighbor
Definition: MoleculeParentMatch.h:53
IteratorWrapper< ParentMolecules::iterator > ParentMoleculeRef
Definition: ParentMolecule.h:100
bool operator==(const MoleculeParentMatch &other) const
Definition: MoleculeParentMatch.h:76