impl.cpp
Go to the documentation of this file.
1 #include "impl.h"
2 
4 #include "impls/matchers_impl.h"
8 
9 namespace python
10 {
11  namespace pointmatcher
12  {
13  void pybindImpl(py::module& p_module)
14  {
16  impls::pybindMatchersImpl(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 Jan 1 2024 03:24:43