Fast rmsd calculation. Used to calculate rmsd between multiple transformation that operate on the same particles
Public Member Functions | |
| RMSDCalculator (const ParticlesTemp &ps) | |
| Constructor. | |
| float | get_rmsd (const algebra::Transformation3D &t1, const algebra::Transformation3D &t2) |
| Get rmsd between two transformations. | |
| float | get_squared_rmsd (const algebra::Transformation3D &t1, const algebra::Transformation3D &t2) |
| Get the squared rmsd between two transformations. | |
| void | show (std::ostream &out=std::cout) const |
| IMP::atom::RMSDCalculator::RMSDCalculator | ( | const ParticlesTemp & | ps | ) |
Constructor.
| [in] | ps | the particles on which the transformation operate. RMSD will be calculate on these particles. |
| float IMP::atom::RMSDCalculator::get_rmsd | ( | const algebra::Transformation3D & | t1, |
| const algebra::Transformation3D & | t2 | ||
| ) |
Get rmsd between two transformations.
| float IMP::atom::RMSDCalculator::get_squared_rmsd | ( | const algebra::Transformation3D & | t1, |
| const algebra::Transformation3D & | t2 | ||
| ) |
Get the squared rmsd between two transformations.