9 py::bind_vector<TransformationCheckers>(p_class,
"TransformationCheckers",
"A chain of TransformationChecker")
11 .def(
"init", &TransformationCheckers::init, py::arg(
"parameters"), py::arg(
"iterate"),
"Init all transformation checkers, set iterate to false if iteration should stop")
12 .def(
"check", &TransformationCheckers::check, py::arg(
"parameters"), py::arg(
"iterate"),
"Check using all transformation checkers, set iterate to false if iteration should stop");
void pybindTransformationCheckers(py::class_< PM > &p_class)