BALL
1.4.79
|
#include <BALL/DOCKING/COMMON/poseClustering.h>
Public Attributes | |
std::set< Index > | poses |
Size | size |
boost::variant < Eigen::VectorXf, RigidTransformation > | center |
float | merged_at |
Definition at line 208 of file poseClustering.h.
boost::variant<Eigen::VectorXf, RigidTransformation> BALL::PoseClustering::ClusterProperties::center |
The center of the cluster. Depending on the type of transformations we allow, this is either stored as a rigid transformation or as the 3N-dimensional vector given by the atom coordinates. The special case of using only the center of mass is achieved by setting the rotation matrix to identity.
Definition at line 227 of file poseClustering.h.
float BALL::PoseClustering::ClusterProperties::merged_at |
The value at which this cluster is merged with its sibling.
Definition at line 231 of file poseClustering.h.
std::set<Index> BALL::PoseClustering::ClusterProperties::poses |
The poses contained in this cluster.
Definition at line 213 of file poseClustering.h.
Size BALL::PoseClustering::ClusterProperties::size |
The number of poses contained in this cluster.
Definition at line 217 of file poseClustering.h.