#include <svd_superpose.hh>
Public Member Functions | |
| SuperposerSVD (int natoms, bool alloc_atoms) | |
| ~SuperposerSVD () | |
| SuperpositionResult | Run (const mol::EntityView &ev1, const mol::EntityView &ev2) |
| SuperpositionResult | Run (const mol::AtomViewList &atoms1, const mol::AtomViewList &atoms2) |
| SuperpositionResult | Run (const std::vector< geom::Vec3 > &pl1, const std::vector< geom::Vec3 > &pl2) |
Definition at line 52 of file svd_superpose.hh.
| SuperposerSVD | ( | int | natoms, | |
| bool | alloc_atoms | |||
| ) |
| ~SuperposerSVD | ( | ) |
| SuperpositionResult Run | ( | const std::vector< geom::Vec3 > & | pl1, | |
| const std::vector< geom::Vec3 > & | pl2 | |||
| ) |
| SuperpositionResult Run | ( | const mol::AtomViewList & | atoms1, | |
| const mol::AtomViewList & | atoms2 | |||
| ) |
| SuperpositionResult Run | ( | const mol::EntityView & | ev1, | |
| const mol::EntityView & | ev2 | |||
| ) |
1.5.8