Descripton of the applied preprocessing steps. More...
#include <OpenMS/METADATA/DataProcessing.h>
Public Types | |
| enum | ProcessingAction { DATA_PROCESSING, CHARGE_DECONVOLUTION, DEISOTOPING, SMOOTHING, CHARGE_CALCULATION, PRECURSOR_RECALCULATION, BASELINE_REDUCTION, PEAK_PICKING, ALIGNMENT, CALIBRATION, NORMALIZATION, FILTERING, QUANTITATION, FEATURE_GROUPING, IDENTIFICATION_MAPPING, FORMAT_CONVERSION, CONVERSION_MZDATA, CONVERSION_MZML, CONVERSION_MZXML, CONVERSION_DTA, SIZE_OF_PROCESSINGACTION } |
Public Member Functions | |
| DataProcessing () | |
| Constructor. | |
| DataProcessing (const DataProcessing &source) | |
| Copy construcor. | |
| ~DataProcessing () | |
| Destructor. | |
| DataProcessing & | operator= (const DataProcessing &source) |
| Assignement operator. | |
| bool | operator== (const DataProcessing &rhs) const |
| Equality operator. | |
| bool | operator!= (const DataProcessing &rhs) const |
| Equality operator. | |
| const Software & | getSoftware () const |
| returns a const reference to the software used for processing | |
| Software & | getSoftware () |
| returns a mutable reference to the software used for processing | |
| void | setSoftware (const Software &software) |
| sets the software used for processing | |
| const std::set < ProcessingAction > & | getProcessingActions () const |
| returns a const reference to the applied processing actions | |
| std::set< ProcessingAction > & | getProcessingActions () |
| returns a mutable reference to the description of the applied processing | |
| void | setProcessingActions (const std::set< ProcessingAction > &actions) |
| sets the description of the applied processing | |
| const DateTime & | getCompletionTime () const |
| returns the time of completition of the processing | |
| void | setCompletionTime (const DateTime &completion_time) |
| sets the time of completition taking a DateTime object | |
Static Public Attributes | |
| static const std::string | NamesOfProcessingAction [SIZE_OF_PROCESSINGACTION] |
| Names of inlet types. | |
Protected Attributes | |
| Software | software_ |
| std::set< ProcessingAction > | processing_actions_ |
| DateTime | completion_time_ |
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 MzXMLHandler< MapType >::writeTo(), and MzDataHandler< MapType >::writeTo().
| const std::set<ProcessingAction>& getProcessingActions | ( | ) | const |
returns a const reference to the applied processing actions
Referenced by MzDataHandler< MapType >::cvParam_(), DBAdapter::loadSpectrum(), MzXMLHandler< MapType >::writeTo(), and MzDataHandler< MapType >::writeTo().
| std::set<ProcessingAction>& getProcessingActions | ( | ) |
returns a mutable reference to the description of the applied processing
| Software& getSoftware | ( | ) |
returns a mutable reference to the software used for processing
| const Software& getSoftware | ( | ) | const |
returns a const reference to the software used for processing
Referenced by SpectrumCanvas::addDataProcessing_(), MzDataHandler< MapType >::characters(), MzXMLHandler< MapType >::writeTo(), and MzDataHandler< MapType >::writeTo().
| 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(), DBAdapter::loadSpectrum(), and MzDataHandler< MapType >::startElement().
| 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().
DateTime completion_time_ [protected] |
const std::string NamesOfProcessingAction[SIZE_OF_PROCESSINGACTION] [static] |
Names of inlet types.
std::set<ProcessingAction> processing_actions_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |