.. index:: pair: namespace; ira .. _doxid-namespaceira: namespace ira ============= .. toctree:: :hidden: struct_ira_Match.rst struct_ira_PointGroup.rst .. ref-code-block:: cpp :class: doxyrest-overview-code-block namespace ira { // structs struct :ref:`Match`; struct :ref:`PointGroup`; // global functions bool :target:`available`(); int :target:`match`(const Eigen::MatrixXd& ref, const Eigen::MatrixXd& target, :ref:`Match`& out, double kmaxFactor = 1.8); int :target:`pointGroup`(const Eigen::MatrixXd& coords, :ref:`PointGroup`& out, double symThr = 0.05); bool :target:`orient`(const Eigen::MatrixXd& ref, const Eigen::MatrixXd& target, std::vector& quat, double& rmsd); } // namespace ira