![]() |
OpenMS
2.6.0
|
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)=default | |
| virtual | ~Permut ()=default |
| 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 |
|
virtualdefault |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by CompNovoIdentificationBase::Permut::operator=().
|
protected |
Referenced by CompNovoIdentificationBase::Permut::operator=().
1.8.16