#include #include using namespace boost::python; using namespace gtsam; using namespace std; template void exportBetweenFactor(const std::string& name){ class_(name, init<>()) .def(init()) ; }