#include <pybind11/eigen.h>
#include <pybind11/stl_bind.h>
#include <pybind11/pybind11.h>
#include <pybind11/operators.h>
#include "gtsam/nonlinear/utilities.h"
#include "path/to/ns1.h"
#include "path/to/ns1/ClassB.h"
#include "path/to/ns2.h"
#include "path/to/ns2/ClassA.h"
#include "path/to/ns3.h"
#include "gtsam/nonlinear/Values.h"
#include "python/specializations.h"
Go to the source code of this file.
Functions | |
PYBIND11_MODULE (namespaces_py, m_) | |
PYBIND11_MODULE | ( | namespaces_py | , |
m_ | |||
) |
Definition at line 21 of file namespaces_pybind.cpp.