bindings/python/fwd.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2015-2021 CNRS INRIA
3 // Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
4 //
5 
6 #ifndef __pinocchio_python_python_hpp__
7 #define __pinocchio_python_python_hpp__
8 
9 #include "pinocchio/fwd.hpp"
10 #include <eigenpy/eigenpy.hpp>
11 
12 namespace pinocchio
13 {
14  namespace python
15  {
16  // Expose spatial classes
17  void exposeSE3();
18  void exposeForce();
19  void exposeMotion();
20  void exposeInertia();
21  void exposeExplog();
22  void exposeSkew();
23  void exposeLieGroups();
24 
25  // Expose math module
26  void exposeRpy();
27 
28  // Expose multibody classes
29  void exposeJoints();
30  void exposeModel();
31  void exposeFrame();
32  void exposeData();
33 
34  // Expose geometry module
35  void exposeGeometry();
36 
37  // Expose parsers
38  void exposeParsers();
39 
40  // Expose algorithms
41  void exposeAlgorithms();
42 
43 #ifdef PINOCCHIO_PYTHON_INTERFACE_WITH_HPP_FCL_PYTHON_BINDINGS
44  void exposeFCL();
45 #endif // PINOCCHIO_PYTHON_INTERFACE_WITH_HPP_FCL_PYTHON_BINDINGS
46 
47 #ifdef PINOCCHIO_PYTHON_INTERFACE_WITH_OPENMP
48  void exposePool();
50 #endif
51 
52  } // namespace python
53 } // namespace pinocchio
54 
55 #endif // ifndef __pinocchio_python_python_hpp__
Main pinocchio namespace.
Definition: timings.cpp:30


pinocchio
Author(s):
autogenerated on Tue Jun 1 2021 02:45:03