10 #ifndef __SOT_SOTINTEGRATORFORCEEXACT_H__ 11 #define __SOT_SOTINTEGRATORFORCEEXACT_H__ 18 #include <dynamic-graph/linear-algebra.h> 21 #include <dynamic-graph/entity.h> 22 #include <dynamic-graph/signal-ptr.h> 23 #include <dynamic-graph/signal-time-dependent.h> 36 #if defined(integrator_force_exact_EXPORTS) 37 #define SOTINTEGRATORFORCEEXACT_EXPORT __declspec(dllexport) 39 #define SOTINTEGRATORFORCEEXACT_EXPORT __declspec(dllimport) 42 #define SOTINTEGRATORFORCEEXACT_EXPORT 64 dynamicgraph::Vector& computeVelocityExact(dynamicgraph::Vector& res,
const int& time);
70 #endif // #ifndef __SOT_SOTINTEGRATORFORCEEXACT_H__
Definition: integrator-force.h:51
Definition: integrator-force-exact.h:53
static const std::string CLASS_NAME
Definition: integrator-force-exact.h:55
#define SOTINTEGRATORFORCEEXACT_EXPORT
Definition: integrator-force-exact.h:42