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
l
m
n
o
p
r
s
t
u
v
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
b
c
d
f
g
i
j
l
m
n
p
q
r
s
t
u
v
x
y
z
Enumerations
Enumerator
a
b
c
e
f
g
j
l
m
o
p
r
s
u
v
w
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
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
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
z
Enumerations
Enumerator
a
b
c
d
f
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
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Typedefs
a
c
d
g
j
m
p
r
s
t
v
Enumerator
Macros
_
a
b
d
e
f
h
i
j
k
m
o
p
q
r
s
v
Examples
include
pinocchio
spatial
spatial/se3.hpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2015-2020 CNRS
3
//
4
5
#ifndef __pinocchio_spatial_se3_hpp__
6
#define __pinocchio_spatial_se3_hpp__
7
8
#include "
pinocchio/spatial/fwd.hpp
"
9
#include "
pinocchio/macros.hpp
"
10
11
#define PINOCCHIO_SE3_TYPEDEF_GENERIC(Derived, TYPENAME) \
12
typedef TYPENAME traits<Derived>::Scalar Scalar; \
13
typedef TYPENAME traits<Derived>::AngularType AngularType; \
14
typedef TYPENAME traits<Derived>::LinearType LinearType; \
15
typedef TYPENAME traits<Derived>::AngularRef AngularRef; \
16
typedef TYPENAME traits<Derived>::LinearRef LinearRef; \
17
typedef TYPENAME traits<Derived>::ConstAngularRef ConstAngularRef; \
18
typedef TYPENAME traits<Derived>::ConstLinearRef ConstLinearRef; \
19
typedef TYPENAME traits<Derived>::ActionMatrixType ActionMatrixType; \
20
typedef TYPENAME traits<Derived>::HomogeneousMatrixType HomogeneousMatrixType; \
21
typedef TYPENAME traits<Derived>::PlainType PlainType; \
22
enum \
23
{ \
24
Options = traits<Derived>::Options, \
25
LINEAR = traits<Derived>::LINEAR, \
26
ANGULAR = traits<Derived>::ANGULAR \
27
}
28
29
#define PINOCCHIO_SE3_TYPEDEF_TPL(Derived) PINOCCHIO_SE3_TYPEDEF_GENERIC(Derived, typename)
30
31
#define PINOCCHIO_SE3_TYPEDEF(Derived) \
32
PINOCCHIO_SE3_TYPEDEF_GENERIC(Derived, PINOCCHIO_MACRO_EMPTY_ARG)
33
34
namespace
pinocchio
35
{
36
37
/* Type returned by the "se3Action" and "se3ActionInverse" functions. */
38
template
<
typename
D>
39
struct
SE3GroupAction
40
{
41
typedef
D
ReturnType
;
42
};
43
44
}
// namespace pinocchio
45
46
#include "
pinocchio/spatial/se3-base.hpp
"
47
#include "
pinocchio/spatial/se3-tpl.hpp
"
48
49
#endif // ifndef __pinocchio_spatial_se3_hpp__
fwd.hpp
macros.hpp
pinocchio::SE3GroupAction::ReturnType
D ReturnType
Definition:
spatial/se3.hpp:41
pinocchio::SE3GroupAction
Definition:
spatial/se3.hpp:39
D
D
se3-base.hpp
se3-tpl.hpp
pinocchio
Main pinocchio namespace.
Definition:
timings.cpp:33
pinocchio
Author(s):
autogenerated on Thu Apr 10 2025 02:42:21