#include <sot/core/unary-op.hh>
Public Member Functions | |
virtual const std::string & | getClassName () const |
std::string | getDocString () const |
UnaryOp (const std::string &name) | |
virtual | ~UnaryOp (void) |
Static Public Member Functions | |
static std::string | getTypeInName (void) |
static std::string | getTypeOutName (void) |
Public Attributes | |
SignalPtr< Tin, int > | SIN |
SignalTimeDependent< Tout, int > | SOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Protected Member Functions | |
Tout & | computeOperation (Tout &res, int time) |
dynamicgraph::sot::UnaryOp< Operator >::UnaryOp | ( | const std::string & | name | ) | [inline] |
virtual dynamicgraph::sot::UnaryOp< Operator >::~UnaryOp | ( | void | ) | [inline, virtual] |
Tout& dynamicgraph::sot::UnaryOp< Operator >::computeOperation | ( | Tout & | res, |
int | time | ||
) | [inline, protected] |
References dynamicgraph::sot::UnaryOp< Operator >::SIN.
virtual const std::string& dynamicgraph::sot::UnaryOp< Operator >::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
References dynamicgraph::sot::UnaryOp< Operator >::CLASS_NAME.
std::string dynamicgraph::sot::UnaryOp< Operator >::getDocString | ( | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::Entity.
static std::string dynamicgraph::sot::UnaryOp< Operator >::getTypeInName | ( | void | ) | [inline, static] |
static std::string dynamicgraph::sot::UnaryOp< Operator >::getTypeOutName | ( | void | ) | [inline, static] |
const std::string dynamicgraph::sot::UnaryOp< Operator >::CLASS_NAME [static] |
Referenced by dynamicgraph::sot::UnaryOp< Operator >::getClassName().
SignalPtr<Tin,int> dynamicgraph::sot::UnaryOp< Operator >::SIN |
SignalTimeDependent<Tout,int> dynamicgraph::sot::UnaryOp< Operator >::SOUT |
Referenced by dynamicgraph::sot::UnaryOp< Operator >::UnaryOp().