#include <BALL/DOCKING/COMMON/poseClustering.h>
Definition at line 228 of file poseClustering.h.
◆ ClusterProperties() [1/3]
BALL::PoseClustering::ClusterProperties::ClusterProperties |
( |
| ) |
|
◆ ClusterProperties() [2/3]
BALL::PoseClustering::ClusterProperties::ClusterProperties |
( |
const ClusterProperties & | | ) |
|
◆ ClusterProperties() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ serialize()
template<class Archive >
void BALL::PoseClustering::ClusterProperties::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | version ) |
◆ center
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 260 of file poseClustering.h.
◆ merged_at
float BALL::PoseClustering::ClusterProperties::merged_at |
The value at which this cluster is merged with its sibling.
Definition at line 264 of file poseClustering.h.
◆ poses
std::set<Index> BALL::PoseClustering::ClusterProperties::poses |
◆ size
Size BALL::PoseClustering::ClusterProperties::size |
The number of poses contained in this cluster.
Definition at line 250 of file poseClustering.h.