#include <sot/core/fir-filter.hh>
Public Member Functions | |
SetElement (FIRFilter< sigT, coefT > &entity, const std::string &docstring) | |
Value | doExecute () |
![]() | |
virtual | ~Command () |
Command (Entity &entity, const std::vector< Value::Type > &valueTypes, const std::string &docstring) | |
const std::vector< Value::Type > & | valueTypes () const |
void | setParameterValues (const std::vector< Value > &values) |
const std::vector< Value > & | getParameterValues () const |
Value | execute () |
Entity & | owner () |
std::string | getDocstring () const |
Additional Inherited Members | |
![]() | |
static const std::vector< Value::Type > | EMPTY_ARG |
dynamicgraph::sot::command::SetElement< sigT, coefT >::SetElement | ( | FIRFilter< sigT, coefT > & | entity, |
const std::string & | docstring | ||
) |
|
virtual |
Implements dynamicgraph::command::Command.
References dynamicgraph::sot::FIRFilter< sigT, coefT >::setElement().