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
|
inlineprivate |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by CompNovoIdentificationBase::Permut::operator=().
|
protected |
Referenced by CompNovoIdentificationBase::Permut::operator=().
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:25 using doxygen 1.8.5 |