Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
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
q
r
s
t
u
v
w
x
y
z
~
Variables
_
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
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
f
k
l
m
n
o
p
r
s
t
v
z
Enumerator
_
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
Related Functions
:
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
v
Files
File List
File 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
q
r
s
t
u
v
w
x
y
z
Variables
_
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
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
b
c
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
wrap
pybind11
tests
test_cpp_conduit.cpp
Go to the documentation of this file.
1
// Copyright (c) 2024 The pybind Community.
2
3
#include "
pybind11_tests.h
"
4
#include "
test_cpp_conduit_traveler_bindings.h
"
5
6
#include <typeinfo>
7
8
namespace
pybind11_tests
{
9
namespace
test_cpp_conduit
{
10
11
TEST_SUBMODULE
(cpp_conduit,
m
) {
12
m
.attr(
"PYBIND11_PLATFORM_ABI_ID"
) = py::bytes(
PYBIND11_PLATFORM_ABI_ID
);
13
m
.attr(
"cpp_type_info_capsule_Traveler"
)
14
= py::capsule(&
typeid
(
Traveler
),
typeid
(std::type_info).
name
());
15
m
.attr(
"cpp_type_info_capsule_int"
) = py::capsule(&
typeid
(
int
),
typeid
(std::type_info).
name
());
16
17
wrap_traveler
(
m
);
18
wrap_lonely_traveler
(
m
);
19
}
20
21
}
// namespace test_cpp_conduit
22
}
// namespace pybind11_tests
test_cpp_conduit_traveler_bindings.h
name
static char name[]
Definition:
rgamma.c:72
pybind11_tests::test_cpp_conduit::Traveler
Definition:
test_cpp_conduit_traveler_types.h:10
PYBIND11_PLATFORM_ABI_ID
#define PYBIND11_PLATFORM_ABI_ID
Definition:
internals.h:324
pybind11_tests::test_cpp_conduit::wrap_traveler
void wrap_traveler(py::module_ m)
Definition:
test_cpp_conduit_traveler_bindings.h:16
m
Matrix3f m
Definition:
AngleAxis_mimic_euler.cpp:1
pybind11_tests
Definition:
exo_planet_pybind11.cpp:10
pybind11_tests.h
pybind11_tests::test_cpp_conduit::TEST_SUBMODULE
TEST_SUBMODULE(cpp_conduit, m)
Definition:
test_cpp_conduit.cpp:11
pybind11_tests::test_cpp_conduit::wrap_lonely_traveler
void wrap_lonely_traveler(py::module_ m)
Definition:
test_cpp_conduit_traveler_bindings.h:38
test_cpp_conduit
Definition:
test_cpp_conduit.py:1
gtsam
Author(s):
autogenerated on Wed Mar 19 2025 03:06:17