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 }
point_matcher_module.h
impl.h
python::modules::pybindPointMatcherModule
void pybindPointMatcherModule(py::module &p_module)
Definition: point_matcher_module.cpp:11
python::pointmatcher::pybindImpl
void pybindImpl(py::module &p_module)
Definition: impl.cpp:13
python
Definition: add_descriptor.cpp:5
point_matcher.h
python::pointmatcher::pybindIO
void pybindIO(py::module &p_module)
io.h
python::pointmatcher::pybindPointMatcher
void pybindPointMatcher(py::module &p_module)
Definition: point_matcher.cpp:24


libpointmatcher
Author(s):
autogenerated on Mon Jan 1 2024 03:24:43