#include <pybind11/eigen.h>#include <pybind11/stl_bind.h>#include <pybind11/pybind11.h>#include <pybind11/operators.h>#include "gtsam/nonlinear/utilities.h"#include "gtsam/geometry/Point2.h"#include "gtsam/geometry/Point3.h"#include "wrap/serialization.h"#include <boost/serialization/export.hpp>#include "python/specializations.h"
Go to the source code of this file.
Functions | |
| PYBIND11_MODULE (geometry_py, m_) | |
| PYBIND11_MODULE | ( | geometry_py | , |
| m_ | |||
| ) |
Definition at line 25 of file geometry_pybind.cpp.