Description of the meta data arrays of MSSpectrum. More...
#include <OpenMS/METADATA/MetaInfoDescription.h>
Public Member Functions | |
| MetaInfoDescription () | |
| Constructor. | |
| MetaInfoDescription (const MetaInfoDescription &source) | |
| Copy constructor. | |
| ~MetaInfoDescription () | |
| Destructor. | |
| MetaInfoDescription & | operator= (const MetaInfoDescription &source) |
| Assignment operator. | |
| bool | operator== (const MetaInfoDescription &rhs) const |
| Equality operator. | |
| const String & | getName () const |
| returns the name of the peak annotations | |
| void | setName (const String &name) |
| sets the name of the peak annotations | |
| const std::vector < DataProcessing > & | getDataProcessing () const |
| returns a const reference to the description of the applied processing | |
| std::vector< DataProcessing > & | getDataProcessing () |
| returns a mutable reference to the description of the applied processing | |
| void | setDataProcessing (const std::vector< DataProcessing > &data_processing) |
| sets the description of the applied processing | |
Protected Attributes | |
| String | comment_ |
| String | name_ |
| std::vector< DataProcessing > | data_processing_ |
Description of the meta data arrays of MSSpectrum.
Constructor.
| MetaInfoDescription | ( | const MetaInfoDescription & | source | ) |
Copy constructor.
| ~MetaInfoDescription | ( | ) |
Destructor.
| const std::vector<DataProcessing>& getDataProcessing | ( | ) | const |
returns a const reference to the description of the applied processing
| std::vector<DataProcessing>& getDataProcessing | ( | ) |
returns a mutable reference to the description of the applied processing
| const String& getName | ( | ) | const |
returns the name of the peak annotations
| MetaInfoDescription& operator= | ( | const MetaInfoDescription & | source | ) |
Assignment operator.
| bool operator== | ( | const MetaInfoDescription & | rhs | ) | const |
Equality operator.
| void setDataProcessing | ( | const std::vector< DataProcessing > & | data_processing | ) |
sets the description of the applied processing
| void setName | ( | const String & | name | ) |
sets the name of the peak annotations
std::vector<DataProcessing> data_processing_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:56 using doxygen 1.7.1 |