10 #ifndef __SOT_Control_GR_HH__    11 #define __SOT_Control_GR_HH__    21 #include <dynamic-graph/entity.h>    30 #if defined(control_gr_EXPORTS)    31 #define ControlGR_EXPORT __declspec(dllexport)    33 #define ControlGR_EXPORT __declspec(dllimport)    36 #define ControlGR_EXPORT    51   void init(
const double &step);
    59   virtual void display(std::ostream &os) 
const;
    60   virtual const std::string &
getClassName(
void)
 const { 
return CLASS_NAME; }
    75   double &setsize(
int dimension);
    82 #endif  // #ifndef __SOT_Control_GR_HH__ 
static const std::string CLASS_NAME
static const double TIME_STEP_DEFAULT
SignalPtr< dynamicgraph::Vector, int > gravitySIN
SignalPtr< dynamicgraph::Vector, int > accelerationSIN
SignalPtr< dynamicgraph::Matrix, int > matrixASIN
void init(bool compute_local_aabb=true)
SignalTimeDependent< dynamicgraph::Vector, int > controlSOUT
virtual const std::string & getClassName(void) const