Interface for classes that can store arbitrary meta information (Type-Name-Value tuples). More...
#include <OpenMS/METADATA/MetaInfoInterface.h>
 
  
 | Public Member Functions | |
| MetaInfoInterface () | |
| constructor  More... | |
| MetaInfoInterface (const MetaInfoInterface &rhs) | |
| copy constructor  More... | |
| ~MetaInfoInterface () | |
| destructor  More... | |
| MetaInfoInterface & | operator= (const MetaInfoInterface &rhs) | 
| assignment operator  More... | |
| bool | operator== (const MetaInfoInterface &rhs) const | 
| Equality operator.  More... | |
| bool | operator!= (const MetaInfoInterface &rhs) const | 
| Equality operator.  More... | |
| const DataValue & | getMetaValue (const String &name) const | 
| returns the value corresponding to a string  More... | |
| const DataValue & | getMetaValue (UInt index) const | 
| returns the value corresponding to an index  More... | |
| bool | metaValueExists (const String &name) const | 
| returns if this MetaInfo is set  More... | |
| bool | metaValueExists (UInt index) const | 
| returns if this MetaInfo is set  More... | |
| void | setMetaValue (const String &name, const DataValue &value) | 
| sets the DataValue corresponding to a name  More... | |
| void | setMetaValue (UInt index, const DataValue &value) | 
| sets the DataValue corresponding to an index  More... | |
| void | removeMetaValue (const String &name) | 
| Removes the DataValue corresponding to nameif it exists.  More... | |
| void | removeMetaValue (UInt index) | 
| Removes the DataValue corresponding to indexif it exists.  More... | |
| void | getKeys (std::vector< String > &keys) const | 
| fills the given vector with a list of all keys for which a value is set  More... | |
| void | getKeys (std::vector< UInt > &keys) const | 
| fills the given vector with a list of all keys for which a value is set  More... | |
| bool | isMetaEmpty () const | 
| returns if the MetaInfo is empty  More... | |
| void | clearMetaInfo () | 
| removes all meta values  More... | |
| Static Public Member Functions | |
| static MetaInfoRegistry & | metaRegistry () | 
| retuns a reference to the MetaInfoRegistry  More... | |
| Protected Member Functions | |
| void | createIfNotExists_ () | 
| creates the MetaInfo object if it does not exist  More... | |
| Protected Attributes | |
| MetaInfo * | meta_ | 
| pointer to the MetaInfo object. 0 by default  More... | |
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
MetaInfoInterface is a base class for all classes that use one MetaInfo object as member. If you want to add meta information to a class, let it publically inherit the MetaInfoInterface. Meta information is an array of Type-Name-Value tupels.
constructor
| MetaInfoInterface | ( | const MetaInfoInterface & | rhs | ) | 
copy constructor
| ~MetaInfoInterface | ( | ) | 
destructor
| void clearMetaInfo | ( | ) | 
removes all meta values
| 
 | inlineprotected | 
creates the MetaInfo object if it does not exist
| void getKeys | ( | std::vector< String > & | keys | ) | const | 
fills the given vector with a list of all keys for which a value is set
Referenced by MzXMLHandler< MapType >::writeUserParam_(), MzDataHandler< MapType >::writeUserParam_(), and MzMLHandler< MapType >::writeUserParam_().
| void getKeys | ( | std::vector< UInt > & | keys | ) | const | 
fills the given vector with a list of all keys for which a value is set
returns the value corresponding to a string
Referenced by IDEvaluationBase::addSearchFile(), DataFilters::metaPasses_(), PrecursorIonSelection::TotalScoreMore::operator()(), PrecursorIonSelection::SeqTotalScoreMore::operator()(), MRMTransitionGroupPicker::pickTransitionGroup(), FeatureFinderAlgorithmMRM< PeakType, FeatureType >::run(), MzXMLHandler< MapType >::writeTo(), MzXMLHandler< MapType >::writeUserParam_(), MzDataHandler< MapType >::writeUserParam_(), and MzMLHandler< MapType >::writeUserParam_().
| bool isMetaEmpty | ( | ) | const | 
returns if the MetaInfo is empty
Referenced by MzDataHandler< MapType >::writeTo().
| 
 | static | 
retuns a reference to the MetaInfoRegistry
| bool metaValueExists | ( | const String & | name | ) | const | 
returns if this MetaInfo is set
Referenced by DataFilters::metaPasses_(), and MzXMLHandler< MapType >::writeTo().
| bool operator!= | ( | const MetaInfoInterface & | rhs | ) | const | 
Equality operator.
| MetaInfoInterface& operator= | ( | const MetaInfoInterface & | rhs | ) | 
assignment operator
Referenced by RichPeak1D::operator=(), and RichPeak2D::operator=().
| bool operator== | ( | const MetaInfoInterface & | rhs | ) | const | 
Equality operator.
Referenced by RichPeak1D::operator==(), and RichPeak2D::operator==().
| void removeMetaValue | ( | const String & | name | ) | 
Removes the DataValue corresponding to name if it exists. 
sets the DataValue corresponding to a name
Referenced by MRMTransitionGroupPicker::createMRMFeature(), ModelFitter< PeakType, FeatureType >::fit(), MsInspectFile::load(), SpecArrayFile::load(), XMassFile::load(), KroenikFile::load(), IDEvaluationBase::loadCurve(), TOPPRNPxl::main_(), OfflinePrecursorIonSelection::makePrecursorSelectionForKnownLCMSMap(), ChromatogramExtractor::prepareSpectra_(), FeatureFinderAlgorithmMRM< PeakType, FeatureType >::run(), FeatureFinderAlgorithmPicked< PeakType, FeatureType >::run(), and MzMLHandler< MapType >::startElement().
sets the DataValue corresponding to an index
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:33 using doxygen 1.8.5 |