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
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 Sun Dec 22 2024 03:21:53