BALL
1.4.79
|
#include <BALL/DOCKING/COMMON/poseClustering.h>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
std::set< Index > | poses |
Size | size |
boost::variant < Eigen::VectorXf, RigidTransformation > | center |
float | merged_at |
Definition at line 218 of file poseClustering.h.
void BALL::PoseClustering::ClusterProperties::serialize | ( | Archive & | ar, |
const unsigned int | version | ||
) |
Serialization method
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 242 of file poseClustering.h.
float BALL::PoseClustering::ClusterProperties::merged_at |
The value at which this cluster is merged with its sibling.
Definition at line 246 of file poseClustering.h.
std::set<Index> BALL::PoseClustering::ClusterProperties::poses |
The poses contained in this cluster.
Definition at line 228 of file poseClustering.h.
Size BALL::PoseClustering::ClusterProperties::size |
The number of poses contained in this cluster.
Definition at line 232 of file poseClustering.h.