python
gtsam
preamble
preamble/inference.h
Go to the documentation of this file.
1
/* Please refer to:
2
* https://pybind11.readthedocs.io/en/stable/advanced/cast/stl.html
3
* These are required to save one copy operation on Python calls.
4
*
5
* NOTES
6
* =================
7
*
8
* `PYBIND11_MAKE_OPAQUE` will mark the type as "opaque" for the pybind11
9
* automatic STL binding, such that the raw objects can be accessed in Python.
10
* Without this they will be automatically converted to a Python object, and all
11
* mutations on Python side will not be reflected on C++.
12
*/
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:28