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