| Classes | |
| class | IMSAlphabet | 
| Holds an indexed list of bio-chemical elements.  More... | |
| class | IMSAlphabetParser | 
| An abstract templatized parser to load the data that is used to initialize Alphabetobjects.  More... | |
| class | IMSAlphabetTextParser | 
| Implements abstract AlphabetParserto read data from the plain text format.  More... | |
| class | IMSElement | 
| Represents a chemical atom with name and isotope distribution.  More... | |
| class | IMSIsotopeDistribution | 
| Represents a distribution of isotopes restricted to the first K elements.  More... | |
| class | IntegerMassDecomposer | 
| Implements MassDecomposerinterface using algorithm and data structures described in paper "Efficient Mass Decomposition" S. Bcker, Zs. Liptk, ACM SAC-BIO, 2004.  More... | |
| class | MassDecomposer | 
| An inteface to handle decomposing of integer values/masses over a set of integer weights (alphabet).  More... | |
| class | RealMassDecomposer | 
| Handles decomposing of non-integer values/masses over a set of non-integer weights with an error allowed.  More... | |
| class | Weights | 
| Represents a set of weights (double values and scaled with a certain precision their integer counterparts) with a quick access.  More... | |
| Functions | |
| std::ostream & | operator<< (std::ostream &os, const IMSAlphabet &alphabet) | 
| std::ostream & | operator<< (std::ostream &os, const IMSElement &element) | 
| std::ostream & | operator<< (std::ostream &os, const IMSIsotopeDistribution &distribution) | 
| std::ostream & | operator<< (std::ostream &os, const Weights &weights) | 
| std::ostream& OpenMS::ims::operator<< | ( | std::ostream & | os, | 
| const Weights & | weights | ||
| ) | 
Prints weights to the stream os.
| os | Output stream to which weights are written. | 
| weights | Weights to be written. | 
| std::ostream& OpenMS::ims::operator<< | ( | std::ostream & | os, | 
| const IMSElement & | element | ||
| ) | 
Prints element to the stream os.
| os | Output stream to which element is printed out. | 
| element | Element to be printed out. | 
| std::ostream& OpenMS::ims::operator<< | ( | std::ostream & | os, | 
| const IMSIsotopeDistribution & | distribution | ||
| ) | 
Prints isotope distribution to the stream os.
| os | Output stream to which distribution is printed out. | 
| distribution | Distribution to be printed out. | 
| std::ostream& OpenMS::ims::operator<< | ( | std::ostream & | os, | 
| const IMSAlphabet & | alphabet | ||
| ) | 
Prints alphabet to the stream os.
| os | Output stream to which alphabet is written | 
| alphabet | Alphabet to be written. | 
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:37 using doxygen 1.8.5 |