Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
x
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
c
d
f
g
i
j
l
m
n
p
q
s
v
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
c
d
i
l
m
n
o
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
+
Functions
a
b
c
e
f
g
i
j
l
m
o
p
r
t
u
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Typedefs
+
Macros
_
a
b
d
e
f
h
i
j
m
o
p
r
s
v
bindings
python
spatial
expose-force.cpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2015-2021 CNRS INRIA
3
//
4
5
#include "pinocchio/serialization/aligned-vector.hpp"
6
#include "pinocchio/serialization/force.hpp"
7
8
#include "
pinocchio/bindings/python/fwd.hpp
"
9
#include "
pinocchio/bindings/python/spatial/force.hpp
"
10
#include "
pinocchio/bindings/python/serialization/serialization.hpp
"
11
#include "
pinocchio/bindings/python/utils/std-aligned-vector.hpp
"
12
13
namespace
pinocchio
14
{
15
namespace
python
16
{
17
18
void
exposeForce
()
19
{
20
ForcePythonVisitor<Force>::expose
();
21
StdAlignedVectorPythonVisitor<Force>::expose
(
"StdVec_Force"
);
22
serialize<StdAlignedVectorPythonVisitor<Force>::vector_type>();
23
}
24
25
}
// namespace python
26
}
// namespace pinocchio
pinocchio::python::StdAlignedVectorPythonVisitor::expose
static ::boost::python::class_< vector_type > expose(const std::string &class_name, const std::string &doc_string="")
Definition:
std-aligned-vector.hpp:38
fwd.hpp
std-aligned-vector.hpp
force.hpp
pinocchio::python::ForcePythonVisitor::expose
static void expose()
Definition:
bindings/python/spatial/force.hpp:138
serialization.hpp
pinocchio::python::exposeForce
void exposeForce()
Definition:
expose-force.cpp:18
pinocchio
Main pinocchio namespace.
Definition:
timings.cpp:28
python
pinocchio
Author(s):
autogenerated on Fri Jun 23 2023 02:38:29