|
BALL
1.4.2
|
#include <BALL/STRUCTURE/DOCKING/dockingAlgorithm.h>
Public Member Functions | |
| virtual | ~DockingAlgorithm () |
| virtual void | setup (System &system1, System &system2, Options &new_options) |
| virtual void | setup (System &system1, System &system2) |
| virtual void | start () |
| virtual void | pause () |
| virtual void | proceed () |
| virtual void | abort () |
| virtual bool | hasFinished () const |
| virtual bool | wasAborted () const |
| virtual bool | wasPaused () const |
| virtual float | getProgress () const |
| virtual ConformationSet | getConformationSet (Index total_conformations=0) |
Public Attributes | |
| Options | options |
Protected Attributes | |
| System | system1_ |
| System | system2_ |
| bool | pause_ |
| bool | abort_ |
Interface class for docking algorithms.
Definition at line 30 of file dockingAlgorithm.h.
|
inlinevirtual |
Definition at line 34 of file dockingAlgorithm.h.
|
virtual |
|
virtual |
Return total_conformations putative complexes, ordered according to their rank. If total_conformations == 0, the option TOP_N is used
Reimplemented in BALL::GeometricFit.
|
virtual |
Reimplemented in BALL::GeometricFit.
|
virtual |
Reimplemented in BALL::GeometricFit.
|
virtual |
|
virtual |
|
virtual |
OperationsFull setup. Assigns systems 1 and two and the options for this DockingAlgorithm.
Reimplemented in BALL::GeometricFit.
Alternative setup. Assigns systems 1 and two without changing the options for this DockingAlgorithm.
Reimplemented in BALL::GeometricFit.
|
virtual |
Reimplemented in BALL::GeometricFit.
|
inlinevirtual |
Definition at line 82 of file dockingAlgorithm.h.
|
inlinevirtual |
Definition at line 86 of file dockingAlgorithm.h.
|
protected |
Definition at line 105 of file dockingAlgorithm.h.
| Options BALL::DockingAlgorithm::options |
Attributes
Definition at line 34 of file dockingAlgorithm.h.
|
protected |
Definition at line 104 of file dockingAlgorithm.h.
|
protected |
Definition at line 102 of file dockingAlgorithm.h.
|
protected |
Definition at line 103 of file dockingAlgorithm.h.
1.8.3.1