#include <BALL/DOCKING/COMMON/gridAnalysis.h>
Definition at line 20 of file gridAnalysis.h.
void BALL::GridAnalysis::enableSavingBestPoses |
( |
Size |
number_best_poses | ) |
|
void BALL::GridAnalysis::moveProbeGroup_ |
( |
const Vector3 & |
destination | ) |
|
|
protected |
Translate probe_group_ to the given destination.
void BALL::GridAnalysis::rotateProbeGroup_ |
( |
int |
axis, |
|
|
int |
degree |
|
) |
| |
|
protected |
Rotates probe_group_ around a specified axis.
- Parameters
-
axis | 0 == rotation around X axis, 1 == rotation around Y axis, 2 == rotation around Z axis |
void BALL::GridAnalysis::setResolution |
( |
const double & |
resolution | ) |
|
PoseList BALL::GridAnalysis::best_poses_ |
|
protected |
contains pairs of < score, < position, rotation > > .
Definition at line 57 of file gridAnalysis.h.
Size BALL::GridAnalysis::border_ |
|
protected |
Vector3 BALL::GridAnalysis::center_ |
|
protected |
the current geometrical center of the probe group
Definition at line 52 of file gridAnalysis.h.
Size BALL::GridAnalysis::no_best_poses_ |
|
protected |
Vector3 BALL::GridAnalysis::origin_ |
|
protected |
double BALL::GridAnalysis::resolution_ |
|
protected |