python
pointmatcher
impl.cpp
Go to the documentation of this file.
1
#include "
impl.h
"
2
3
#include "
impls/inspectors_impl.h
"
4
#include "
impls/matchers_impl.h
"
5
#include "
impls/outlier_filters_impl.h
"
6
#include "
impls/transformations_impl.h
"
7
#include "
impls/transformation_checkers_impl.h
"
8
9
namespace
python
10
{
11
namespace
pointmatcher
12
{
13
void
pybindImpl
(py::module& p_module)
14
{
15
impls::pybindInspectorsImpl
(p_module);
16
impls::pybindMatchersImpl
(p_module);
17
impls::pybindOutlierFiltersImpl
(p_module);
18
impls::pybindTransformationsImpl
(p_module);
19
impls::pybindTransformationCheckersImpl
(p_module);
20
}
21
}
22
}
python::pointmatcher::impls::pybindOutlierFiltersImpl
void pybindOutlierFiltersImpl(py::module &p_module)
Definition:
outlier_filters_impl.cpp:11
python::pointmatcher::impls::pybindMatchersImpl
void pybindMatchersImpl(py::module &p_module)
Definition:
matchers_impl.cpp:11
outlier_filters_impl.h
transformation_checkers_impl.h
python::pointmatcher::impls::pybindInspectorsImpl
void pybindInspectorsImpl(py::module &p_module)
Definition:
inspectors_impl.cpp:11
impl.h
transformations_impl.h
python::pointmatcher::impls::pybindTransformationCheckersImpl
void pybindTransformationCheckersImpl(py::module &p_module)
Definition:
transformation_checkers_impl.cpp:11
python::pointmatcher::pybindImpl
void pybindImpl(py::module &p_module)
Definition:
impl.cpp:13
python
Definition:
add_descriptor.cpp:5
python::pointmatcher::impls::pybindTransformationsImpl
void pybindTransformationsImpl(py::module &p_module)
Definition:
transformations_impl.cpp:11
matchers_impl.h
inspectors_impl.h
libpointmatcher
Author(s):
autogenerated on Mon Sep 16 2024 02:24:09