|
BALL
1.4.79
|
#include <BALL/DOCKING/COMMON/result.h>
Public Member Functions | |
| ResultData () | |
| ResultData (int result_type) | |
| void | setReceptorConformationId (String id) |
| void | setReceptorConformation (Conformation *conf) |
| bool | hasReceptorConformationId () const |
| String | getReceptorConformationId () const |
| void | setLigandConformationId (String id) |
| void | setLigandConformation (Conformation *conf) |
| String | getLigandConformationId () const |
| bool | hasLigandConformationId () const |
| void | setScoringMethod (int method) |
| bool | hasScoringMethod () const |
| int | getScoringMethod () const |
| void | setEnergy (double e) |
| double | getEnergy () const |
| bool | hasEnergy () const |
| bool | check () const |
| void | setConformation (Conformation *conf) |
| Conformation * | getConformation () |
| BALL::Result::ResultData::ResultData | ( | ) |
| BALL::Result::ResultData::ResultData | ( | int | result_type | ) |
| bool BALL::Result::ResultData::check | ( | ) | const |
| Conformation* BALL::Result::ResultData::getConformation | ( | ) |
| double BALL::Result::ResultData::getEnergy | ( | ) | const |
| String BALL::Result::ResultData::getLigandConformationId | ( | ) | const |
| String BALL::Result::ResultData::getReceptorConformationId | ( | ) | const |
| int BALL::Result::ResultData::getScoringMethod | ( | ) | const |
| bool BALL::Result::ResultData::hasEnergy | ( | ) | const |
| bool BALL::Result::ResultData::hasLigandConformationId | ( | ) | const |
| bool BALL::Result::ResultData::hasReceptorConformationId | ( | ) | const |
| bool BALL::Result::ResultData::hasScoringMethod | ( | ) | const |
| void BALL::Result::ResultData::setConformation | ( | Conformation * | conf | ) |
| void BALL::Result::ResultData::setEnergy | ( | double | e | ) |
| void BALL::Result::ResultData::setLigandConformation | ( | Conformation * | conf | ) |
| void BALL::Result::ResultData::setLigandConformationId | ( | String | id | ) |
| void BALL::Result::ResultData::setReceptorConformation | ( | Conformation * | conf | ) |
| void BALL::Result::ResultData::setReceptorConformationId | ( | String | id | ) |
| void BALL::Result::ResultData::setScoringMethod | ( | int | method | ) |
1.8.7