dynamicgraph::sot::SmoothReach Class Reference

#include <sot/core/smooth-reach.hh>

Inheritance diagram for dynamicgraph::sot::SmoothReach:
dynamicgraph::Entity noncopyable

List of all members.

Public Member Functions

virtual const std::string & getClassName () const
 SmoothReach (const std::string &name)
virtual ~SmoothReach (void)
ml::VectorgoalSOUT_function (ml::Vector &goal, const int &time)
void set (const ml::Vector &goal, const int &length)
const ml::VectorgetGoal (void)
const int & getLength (void)
const int & getStart (void)
void setSmoothing (const int &mode, const double &param)
virtual void display (std::ostream &os) const
void initCommands (void)

Public Attributes

dg::SignalPtr< ml::Vector, int > startSIN
dg::SignalTimeDependent
< ml::Vector, int > 
goalSOUT

Static Public Attributes

static const std::string CLASS_NAME

Constructor & Destructor Documentation

dynamicgraph::sot::SmoothReach::SmoothReach ( const std::string &  name)
virtual dynamicgraph::sot::SmoothReach::~SmoothReach ( void  ) [inline, virtual]

Member Function Documentation

virtual void dynamicgraph::sot::SmoothReach::display ( std::ostream &  os) const [virtual]

Reimplemented from dynamicgraph::Entity.

virtual const std::string& dynamicgraph::sot::SmoothReach::getClassName ( void  ) const [inline, virtual]

Implements dynamicgraph::Entity.

void dynamicgraph::sot::SmoothReach::set ( const ml::Vector goal,
const int &  length 
)
void dynamicgraph::sot::SmoothReach::setSmoothing ( const int &  mode,
const double &  param 
)

Member Data Documentation

const std::string dynamicgraph::sot::SmoothReach::CLASS_NAME [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines