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. More...
#include <svd_superpose.hh>
Public Member Functions | |
| SuperpositionResult () | |
Data Fields | |
| int | ncycles |
| Real | rmsd |
| Real | rmsd_superposed_atoms |
| Real | fraction_superposed |
| 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 42 of file svd_superpose.hh.
| SuperpositionResult | ( | ) | [inline] |
Definition at line 43 of file svd_superpose.hh.
Definition at line 51 of file svd_superpose.hh.
Definition at line 52 of file svd_superpose.hh.
Definition at line 49 of file svd_superpose.hh.
| int ncycles |
Definition at line 46 of file svd_superpose.hh.
Definition at line 47 of file svd_superpose.hh.
Definition at line 48 of file svd_superpose.hh.
Definition at line 50 of file svd_superpose.hh.
1.6.1