point_matcher_module.cpp
Go to the documentation of this file.
1 #include "point_matcher_module.h"
2 
4 #include "pointmatcher/impl.h"
5 #include "pointmatcher/io.h"
6 
7 namespace python
8 {
9  namespace modules
10  {
11  void pybindPointMatcherModule(py::module& p_module)
12  {
13  py::module pointmatcherModule = p_module.def_submodule("pointmatcher");
14 
15  pointmatcher::pybindPointMatcher(pointmatcherModule);
16  pointmatcher::pybindIO(pointmatcherModule);
17  pointmatcher::pybindImpl(pointmatcherModule);
18  }
19  }
20 }
void pybindIO(py::module &p_module)
void pybindImpl(py::module &p_module)
Definition: impl.cpp:13
void pybindPointMatcher(py::module &p_module)
void pybindPointMatcherModule(py::module &p_module)


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