Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
d
f
g
i
j
l
m
o
p
q
r
s
t
u
v
+
Variables
_
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
u
v
w
+
Typedefs
c
e
f
i
m
q
r
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
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
+
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
z
+
Typedefs
b
d
e
f
k
l
m
s
t
v
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
j
k
m
n
o
p
r
s
t
u
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
+
Functions
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
Variables
+
Typedefs
c
d
e
f
k
r
s
t
Enumerations
Enumerator
+
Macros
_
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
v
src
tools
mailbox-vector.cpp
Go to the documentation of this file.
1
/*
2
* Copyright 2010,
3
* François Bleibel,
4
* Olivier Stasse,
5
*
6
* CNRS/AIST
7
*
8
*/
9
10
/* --- SOT PLUGIN --- */
11
#include <
dynamic-graph/linear-algebra.h
>
12
13
#include <
sot/core/debug.hh
>
14
#include <
sot/core/factory.hh
>
15
#include <
sot/core/mailbox-vector.hh
>
16
#include <sot/core/mailbox.hxx>
17
18
using namespace
dynamicgraph::sot
;
19
using namespace
dynamicgraph
;
20
21
// Explicit template specialization
22
#ifdef WIN32
23
MailboxVector::MailboxVector
(
const
std::string &
name
)
24
:
Mailbox
<
dynamicgraph
::
Vector
>(name) {}
25
#else
26
MAILBOX_TEMPLATE_SPE(
dynamicgraph::Vector
)
27
#endif
28
29
template
<>
30
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN
(
MailboxVector
,
"Mailbox<Vector>"
);
Vector
Eigen::VectorXd Vector
compile.name
name
Definition:
compile.py:23
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(MailboxVector, "Mailbox<Vector>")
debug.hh
linear-algebra.h
dynamicgraph::sot::Mailbox
Definition:
mailbox.hh:43
dynamicgraph::sot::MailboxVector
Mailbox< dynamicgraph::Vector > MailboxVector
Definition:
mailbox-vector.hh:45
dynamicgraph::sot
dynamicgraph
factory.hh
mailbox-vector.hh
sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26