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