bindings
python
multibody
pool
expose-pool.cpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2021 INRIA
3
//
4
5
#include "
pinocchio/bindings/python/fwd.hpp
"
6
#include "
pinocchio/bindings/python/multibody/pool/model.hpp
"
7
8
#ifdef PINOCCHIO_WITH_HPP_FCL
9
#include "
pinocchio/bindings/python/multibody/pool/geometry.hpp
"
10
#endif
11
12
namespace
pinocchio
13
{
14
namespace
python
15
{
16
17
void
exposePool
()
18
{
19
ModelPoolPythonVisitor<ModelPool>::expose
();
20
#ifdef PINOCCHIO_WITH_HPP_FCL
21
GeometryPoolPythonVisitor<GeometryPool>::expose
();
22
#endif
23
}
24
25
}
// namespace python
26
}
// namespace pinocchio
27
pinocchio::python::GeometryPoolPythonVisitor::expose
static void expose()
Definition:
bindings/python/multibody/pool/geometry.hpp:70
fwd.hpp
geometry.hpp
pinocchio
Main pinocchio namespace.
Definition:
timings.cpp:28
pinocchio::python::exposePool
void exposePool()
Definition:
expose-pool.cpp:17
pinocchio::python::ModelPoolPythonVisitor::expose
static void expose()
Definition:
bindings/python/multibody/pool/model.hpp:72
model.hpp
python
pinocchio
Author(s):
autogenerated on Fri Jun 23 2023 02:38:30