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
include
sot
core
integrator-abstract-impl.hh
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
#ifndef __SOT_INTEGRATOR_ABSTRACT_VECTOR_H__
11
#define __SOT_INTEGRATOR_ABSTRACT_VECTOR_H__
12
13
/* --- SOT PLUGIN --- */
14
#include <
sot/core/integrator-abstract.hh
>
15
16
/* --------------------------------------------------------------------- */
17
/* --- API ------------------------------------------------------------- */
18
/* --------------------------------------------------------------------- */
19
20
#if defined(WIN32)
21
#if defined(integrator_abstract_EXPORTS)
22
#define INTEGRATOR_ABSTRACT_EXPORT __declspec(dllexport)
23
#else
24
#define INTEGRATOR_ABSTRACT_EXPORT __declspec(dllimport)
25
#endif
26
#else
27
#define INTEGRATOR_ABSTRACT_EXPORT
28
#endif
29
30
/* --------------------------------------------------------------------- */
31
/* --- CLASS ----------------------------------------------------------- */
32
/* --------------------------------------------------------------------- */
33
34
#ifdef WIN32
35
#define DECLARE_SPECIFICATION(className, sotSigType, sotCoefType) \
36
class INTEGRATOR_ABSTRACT_EXPORT className \
37
: public IntegratorAbstract<sotSigType, sotCoefType> { \
38
public: \
39
className(const std::string &name); \
40
};
41
#else
42
#define DECLARE_SPECIFICATION(className, sotSigType, sotCoefType) \
43
typedef IntegratorAbstract<sotSigType, sotCoefType> className;
44
#endif
45
46
namespace
dynamicgraph
{
47
namespace
sot {
48
DECLARE_SPECIFICATION
(IntegratorAbstractDouble,
double
,
double
)
49
DECLARE_SPECIFICATION
(IntegratorAbstractVector,
dynamicgraph::Vector
,
50
dynamicgraph::Matrix
)
51
}
// namespace sot
52
}
// namespace dynamicgraph
53
#endif // #ifndef __SOT_MAILBOX_HH
dynamicgraph
dynamicgraph::Matrix
Eigen::MatrixXd Matrix
integrator-abstract.hh
DECLARE_SPECIFICATION
#define DECLARE_SPECIFICATION(className, sotSigType, sotCoefType)
Definition:
integrator-abstract-impl.hh:42
dynamicgraph::Vector
Eigen::VectorXd Vector
sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:31