#include <BALL/DOCKING/COMMON/constraints.h>
Definition at line 41 of file constraints.h.
§ Constraint()
BALL::Constraint::Constraint |
( |
| ) |
|
§ ~Constraint()
virtual BALL::Constraint::~Constraint |
( |
| ) |
|
|
virtual |
§ calculateScore()
§ getName()
String BALL::Constraint::getName |
( |
| ) |
|
§ getType()
String BALL::Constraint::getType |
( |
| ) |
|
§ setName()
virtual void BALL::Constraint::setName |
( |
String |
name | ) |
|
|
virtual |
§ setScoringFunction()
§ name_
String BALL::Constraint::name_ |
|
protected |
§ penalty_
double BALL::Constraint::penalty_ |
|
protected |
penalty value that is to be added to the calculated energy if the desired constraints are not fullfilled.
Definition at line 66 of file constraints.h.
§ scoring_function_
§ type_
String BALL::Constraint::type_ |
|
protected |