Simple class to store permutations and a score. More...
#include <OpenMS/ANALYSIS/DENOVO/CompNovoIdentificationBase.h>
Public Member Functions | |
| Permut (const std::set< String >::const_iterator &permut, DoubleReal s) | |
| Permut (const Permut &rhs) | |
| virtual | ~Permut () |
| Permut & | operator= (const Permut &rhs) |
| const std::set< String > ::const_iterator & | getPermut () const |
| void | setPermut (const std::set< String >::const_iterator &it) |
| DoubleReal | getScore () const |
| void | setScore (DoubleReal score) |
Protected Attributes | |
| std::set< String >::const_iterator | permut_ |
| DoubleReal | score_ |
Private Member Functions | |
| Permut () | |
Simple class to store permutations and a score.
This class is used to store the generated perumtations and a score to them
| Permut | ( | ) | [inline, private] |
| Permut | ( | const std::set< String >::const_iterator & | permut, | |
| DoubleReal | s | |||
| ) | [inline] |
| virtual ~Permut | ( | ) | [inline, virtual] |
| const std::set<String>::const_iterator& getPermut | ( | ) | const [inline] |
| DoubleReal getScore | ( | ) | const [inline] |
| void setPermut | ( | const std::set< String >::const_iterator & | it | ) | [inline] |
| void setScore | ( | DoubleReal | score | ) | [inline] |
Referenced by CompNovoIdentificationBase::Permut::operator=().
DoubleReal score_ [protected] |
Referenced by CompNovoIdentificationBase::Permut::operator=().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |