Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
z
Related Functions
:
a
g
i
l
o
p
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
z
Functions
_
a
b
c
d
e
g
l
m
o
p
r
s
t
u
v
Variables
Typedefs
a
c
d
e
g
i
l
m
n
o
p
q
s
t
v
Macros
_
a
b
c
d
e
f
g
i
l
o
p
r
s
t
z
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 Sun Dec 22 2024 03:21:53