namespace iraΒΆ

namespace ira {
 
// structs
 
struct Match;
struct PointGroup;
 
// global functions
 
bool available();
int match(const Eigen::MatrixXd& ref, const Eigen::MatrixXd& target, Match& out, double kmaxFactor = 1.8);
int pointGroup(const Eigen::MatrixXd& coords, PointGroup& out, double symThr = 0.05);
bool orient(const Eigen::MatrixXd& ref, const Eigen::MatrixXd& target, std::vector<double>& quat, double& rmsd);
 
} // namespace ira