#include <Eigen/Core>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | ira::Match |
| struct | ira::PointGroup |
Namespaces | |
| namespace | ira |
Functions | |
| bool | ira::available () |
| int | ira::match (const Eigen::MatrixXd &ref, const Eigen::MatrixXd &target, Match &out, double kmaxFactor=1.8) |
| int | ira::pointGroup (const Eigen::MatrixXd &coords, PointGroup &out, double symThr=0.05) |
| bool | ira::orient (const Eigen::MatrixXd &ref, const Eigen::MatrixXd &target, std::vector< double > &quat, double &rmsd) |