IMP
2.1.0
The Integrative Modeling Platform
|
molecule symmetry detector
#include <IMP/cnmultifit/MolCnSymmAxisDetector.h>
Public Member Functions | |
MolCnSymmAxisDetector (int symm_deg, const atom::Hierarchies &mhs) | |
float | calc_symm_score (int symm_axis_ind) const |
calculate the symmetry score around an axis | |
algebra::PrincipalComponentAnalysis | get_pca () const |
algebra::Vector3D | get_symmetry_axis () const |
int | get_symmetry_axis_index () const |
void | show (std::ostream &out=std::cout) const |
Protected Attributes | |
algebra::Transformation3D | from_native_ |
atom::Hierarchies | mhs_ |
algebra::PrincipalComponentAnalysis | pca_ |
int | symm_deg_ |
algebra::Transformation3D | to_native_ |
Floats | values_ |
IMP::algebra::Vector3Ds | vecs_ |
Definition at line 24 of file MolCnSymmAxisDetector.h.