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, double 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) |
| double | getScore () const |
| void | setScore (double score) |
Protected Attributes | |
| std::set< String >::const_iterator | permut_ |
| double | score_ |
Private Member Functions | |
| Permut () | |
Simple class to store permutations and a score.
This class is used to store the generated permutations and a score to them
|
inlineprivate |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by CompNovoIdentificationBase::Permut::operator=().
|
protected |
Referenced by CompNovoIdentificationBase::Permut::operator=().
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:07 using doxygen 1.8.13 |