OpenStructure
|
#include <svd_superpose.hh>
Public Member Functions | |
SuperpositionResult () |
Data Fields | |
int | ncycles |
Real | rmsd |
geom::Mat4 | transformation |
mol::EntityView | entity_view1 |
mol::EntityView | entity_view2 |
stores the number of cycles and the two final EntityViews (in case IterativeSuperposition was applied), the root mean square deviation of the two superposed objects and the transformation matrix (geom::Mat4) to superpose input1 onto input2.
Definition at line 41 of file svd_superpose.hh.
|
inline |
Definition at line 42 of file svd_superpose.hh.
mol::EntityView entity_view1 |
Definition at line 48 of file svd_superpose.hh.
mol::EntityView entity_view2 |
Definition at line 49 of file svd_superpose.hh.
int ncycles |
Definition at line 45 of file svd_superpose.hh.
Real rmsd |
Definition at line 46 of file svd_superpose.hh.
geom::Mat4 transformation |
Definition at line 47 of file svd_superpose.hh.