dynamicgraph::command::Setter< E, Matrix > Class Template Reference
Inheritance diagram for dynamicgraph::command::Setter< E, Matrix >:
[legend]
Collaboration diagram for dynamicgraph::command::Setter< E, Matrix >:
[legend]

List of all members.

Public Types

typedef void(E::* SetterMethod )(const Matrix &)
 Pointer to method that sets paramter of type Matrix.

Public Member Functions

 Setter (E &entity, SetterMethod setterMethod, const std::string &docString)
 Constructor.

Protected Member Functions

virtual Value doExecute ()
 Specific action performed by the command.

template<class E>
class dynamicgraph::command::Setter< E, Matrix >


Member Typedef Documentation

template<class E >
typedef void(E::* dynamicgraph::command::Setter< E, Matrix >::SetterMethod)(const Matrix &)

Pointer to method that sets paramter of type Matrix.


Constructor & Destructor Documentation

template<class E >
dynamicgraph::command::Setter< E, Matrix >::Setter ( E &  entity,
SetterMethod  setterMethod,
const std::string &  docString 
)

Constructor.


Member Function Documentation

template<class E >
Value dynamicgraph::command::Setter< E, Matrix >::doExecute ( ) [protected, virtual]