python
modules
point_matcher_module.cpp
Go to the documentation of this file.
1
#include "
point_matcher_module.h
"
2
3
#include "
pointmatcher/point_matcher.h
"
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
}
python::pointmatcher::pybindIO
void pybindIO(py::module &p_module)
point_matcher_module.h
python::pointmatcher::pybindImpl
void pybindImpl(py::module &p_module)
Definition:
impl.cpp:13
io.h
python::pointmatcher::pybindPointMatcher
void pybindPointMatcher(py::module &p_module)
Definition:
point_matcher.cpp:24
python::modules::pybindPointMatcherModule
void pybindPointMatcherModule(py::module &p_module)
Definition:
point_matcher_module.cpp:11
point_matcher.h
impl.h
python
Definition:
bounding_box.cpp:5
libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:03