Descripton of the applied preprocessing steps. More...
#include <OpenMS/METADATA/DataProcessing.h>
Public Member Functions | |
DataProcessing () | |
Constructor. More... | |
DataProcessing (const DataProcessing &source) | |
Copy construcor. More... | |
~DataProcessing () | |
Destructor. More... | |
DataProcessing & | operator= (const DataProcessing &source) |
Assignement operator. More... | |
bool | operator== (const DataProcessing &rhs) const |
Equality operator. More... | |
bool | operator!= (const DataProcessing &rhs) const |
Equality operator. More... | |
const Software & | getSoftware () const |
returns a const reference to the software used for processing More... | |
Software & | getSoftware () |
returns a mutable reference to the software used for processing More... | |
void | setSoftware (const Software &software) |
sets the software used for processing More... | |
const std::set < ProcessingAction > & | getProcessingActions () const |
returns a const reference to the applied processing actions More... | |
std::set< ProcessingAction > & | getProcessingActions () |
returns a mutable reference to the description of the applied processing More... | |
void | setProcessingActions (const std::set< ProcessingAction > &actions) |
sets the description of the applied processing More... | |
const DateTime & | getCompletionTime () const |
returns the time of completition of the processing More... | |
void | setCompletionTime (const DateTime &completion_time) |
sets the time of completition taking a DateTime object More... | |
![]() | |
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 name if it exists. More... | |
void | removeMetaValue (UInt index) |
Removes the DataValue corresponding to index if 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 Attributes | |
static const std::string | NamesOfProcessingAction [SIZE_OF_PROCESSINGACTION] |
Names of inlet types. More... | |
Protected Attributes | |
Software | software_ |
std::set< ProcessingAction > | processing_actions_ |
DateTime | completion_time_ |
![]() | |
MetaInfo * | meta_ |
pointer to the MetaInfo object. 0 by default More... | |
Additional Inherited Members | |
![]() | |
static MetaInfoRegistry & | metaRegistry () |
retuns a reference to the MetaInfoRegistry More... | |
![]() | |
void | createIfNotExists_ () |
creates the MetaInfo object if it does not exist More... | |
Descripton of the applied preprocessing steps.
enum ProcessingAction |
DataProcessing | ( | ) |
Constructor.
DataProcessing | ( | const DataProcessing & | source | ) |
Copy construcor.
~DataProcessing | ( | ) |
Destructor.
const DateTime& getCompletionTime | ( | ) | const |
returns the time of completition of the processing
Referenced by MzDataHandler< MapType >::writeTo(), and MzXMLHandler< MapType >::writeTo().
const std::set<ProcessingAction>& getProcessingActions | ( | ) | const |
returns a const reference to the applied processing actions
Referenced by DBAdapter::loadSpectrum(), MzDataHandler< MapType >::writeTo(), and MzXMLHandler< MapType >::writeTo().
std::set<ProcessingAction>& getProcessingActions | ( | ) |
returns a mutable reference to the description of the applied processing
const Software& getSoftware | ( | ) | const |
returns a const reference to the software used for processing
Referenced by SpectrumCanvas::addDataProcessing_(), MzDataHandler< MapType >::writeTo(), and MzXMLHandler< MapType >::writeTo().
Software& getSoftware | ( | ) |
returns a mutable reference to the software used for processing
bool operator!= | ( | const DataProcessing & | rhs | ) | const |
Equality operator.
DataProcessing& operator= | ( | const DataProcessing & | source | ) |
Assignement operator.
bool operator== | ( | const DataProcessing & | rhs | ) | const |
Equality operator.
void setCompletionTime | ( | const DateTime & | completion_time | ) |
sets the time of completition taking a DateTime object
Referenced by SpectrumCanvas::addDataProcessing_(), XMassFile::load(), and DBAdapter::loadSpectrum().
void setProcessingActions | ( | const std::set< ProcessingAction > & | actions | ) |
sets the description of the applied processing
Referenced by SpectrumCanvas::addDataProcessing_(), and XMassFile::load().
void setSoftware | ( | const Software & | software | ) |
sets the software used for processing
Referenced by XMassFile::load(), DBAdapter::loadSpectrum(), and MzMLHandler< MapType >::startElement().
|
protected |
|
static |
Names of inlet types.
|
protected |
|
protected |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:32 using doxygen 1.8.5 |