#include <rotationalEntropyLoss.h>
Public Types | |
enum | AlgorithmType { ALGORITHM__GUESS = 0, ALGORITHM__DATABASE = 1 } |
enum | CalculationMethod { CALCULATION__ORIGINAL = 1, CALCULATION__BOEHM = 2, CALCULATION__GLYCOSIDIC_BONDS = 3, CALCULATION__FROZEN_GLYCOSIDIC_BONDS = 4, CALCULATION__GLYCOSIDIC_CONTRIBUTION = 5 } |
Public Member Functions | |
Constructors and Destructors | |
RotationalEntropyLoss () throw () | |
Default constructor. | |
RotationalEntropyLoss (ScoringFunction &sf) throw () | |
Constructor. | |
RotationalEntropyLoss (const RotationalEntropyLoss &fr) throw () | |
Copy constructor. | |
virtual | ~RotationalEntropyLoss () throw () |
Destructor. | |
Assignment | |
const RotationalEntropyLoss & | operator= (const RotationalEntropyLoss &fr) throw () |
Assignment. | |
virtual void | clear () throw () |
Clear method. | |
Predicates. | |
bool | operator== (const RotationalEntropyLoss &fr) const throw () |
Setup Methods | |
virtual bool | setup () throw () |
Setup method. | |
Accessors | |
virtual double | calculateScore () throw () |
Calculates and returns the component's energy. |
|
|
Default constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Calculates and returns the component's energy.
|
|
Clear method.
|
|
Assignment.
|
|
Setup method.
|