exo_planet_pybind11.cpp
Go to the documentation of this file.
1 // Copyright (c) 2024 The pybind Community.
2 
3 #if defined(PYBIND11_INTERNALS_VERSION)
4 # undef PYBIND11_INTERNALS_VERSION
5 #endif
6 #define PYBIND11_INTERNALS_VERSION 900000001
7 
9 
10 namespace pybind11_tests {
11 namespace test_cpp_conduit {
12 
13 PYBIND11_MODULE(exo_planet_pybind11, m) {
15  m.def("wrap_very_lonely_traveler", [m]() { wrap_very_lonely_traveler(m); });
16 }
17 
18 } // namespace test_cpp_conduit
19 } // namespace pybind11_tests
test_cpp_conduit_traveler_bindings.h
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::test_cpp_conduit::wrap_very_lonely_traveler
void wrap_very_lonely_traveler(py::module_ m)
Definition: test_cpp_conduit_traveler_bindings.h:42
pybind11_tests::test_cpp_conduit::PYBIND11_MODULE
PYBIND11_MODULE(exo_planet_pybind11, m)
Definition: exo_planet_pybind11.cpp:13
test_cpp_conduit
Definition: test_cpp_conduit.py:1


gtsam
Author(s):
autogenerated on Wed Mar 19 2025 03:01:39