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
#include "
pointmatcher/point_cloud_generator.h
"
7
8
namespace
python
9
{
10
namespace
modules
11
{
12
void
pybindPointMatcherModule
(py::module& p_module)
13
{
14
py::module pointmatcherModule = p_module.def_submodule(
"pointmatcher"
);
15
16
pointmatcher::pybindPointMatcher
(pointmatcherModule);
17
pointmatcher::pybindIO
(pointmatcherModule);
18
pointmatcher::pybindImpl
(pointmatcherModule);
19
pointmatcher::pybindPointCloudGenerator
(pointmatcherModule);
20
}
21
}
22
}
point_matcher_module.h
impl.h
python::modules::pybindPointMatcherModule
void pybindPointMatcherModule(py::module &p_module)
Definition:
point_matcher_module.cpp:12
python::pointmatcher::pybindImpl
void pybindImpl(py::module &p_module)
Definition:
impl.cpp:13
python
Definition:
add_descriptor.cpp:5
point_matcher.h
point_cloud_generator.h
python::pointmatcher::pybindIO
void pybindIO(py::module &p_module)
io.h
python::pointmatcher::pybindPointCloudGenerator
void pybindPointCloudGenerator(py::module &p_module)
Definition:
point_cloud_generator.cpp:104
python::pointmatcher::pybindPointMatcher
void pybindPointMatcher(py::module &p_module)
Definition:
point_matcher.cpp:24
libpointmatcher
Author(s):
autogenerated on Mon Sep 16 2024 02:24:09