impl.cpp
Go to the documentation of this file.
1 #include "impl.h"
2 
4 #include "impls/matchers_impl.h"
8 
9 namespace python
10 {
11  namespace pointmatcher
12  {
13  void pybindImpl(py::module& p_module)
14  {
16  impls::pybindMatchersImpl(p_module);
20  }
21  }
22 }
void pybindOutlierFiltersImpl(py::module &p_module)
void pybindImpl(py::module &p_module)
Definition: impl.cpp:13
void pybindMatchersImpl(py::module &p_module)
void pybindInspectorsImpl(py::module &p_module)
void pybindTransformationCheckersImpl(py::module &p_module)
void pybindTransformationsImpl(py::module &p_module)


libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:02