python
pypoint_matcher.cpp
Go to the documentation of this file.
1
#include "
modules/point_matcher_support_module.h
"
2
#include "
modules/point_matcher_module.h
"
3
#include "
modules/error_minimizers_module.h
"
4
#include "
modules/data_points_filters_module.h
"
5
6
PYBIND11_MODULE
(pypointmatcher_native, module)
7
{
8
module.doc() =
"Python bindings of libpointmatcher"
;
9
10
python::modules::pybindPointMatcherSupportModule
(module);
11
python::modules::pybindPointMatcherModule
(module);
12
python::modules::pybindErrorMinimizersModule
(module);
13
python::modules::pybindDataPointsFiltersModule
(module);
14
}
point_matcher_module.h
PYBIND11_MODULE
PYBIND11_MODULE(pypointmatcher_native, module)
Definition:
pypoint_matcher.cpp:6
python::modules::pybindPointMatcherSupportModule
void pybindPointMatcherSupportModule(py::module &p_module)
Definition:
point_matcher_support_module.cpp:13
python::modules::pybindPointMatcherModule
void pybindPointMatcherModule(py::module &p_module)
Definition:
point_matcher_module.cpp:12
python::modules::pybindDataPointsFiltersModule
void pybindDataPointsFiltersModule(py::module &p_module)
Definition:
data_points_filters_module.cpp:32
error_minimizers_module.h
point_matcher_support_module.h
data_points_filters_module.h
python::modules::pybindErrorMinimizersModule
void pybindErrorMinimizersModule(py::module &p_module)
Definition:
error_minimizers_module.cpp:14
libpointmatcher
Author(s):
autogenerated on Mon Sep 16 2024 02:24:10