10 #include <dynamic-graph/all-signals.h> 11 #include <dynamic-graph/entity.h> 14 #include <dynamic-graph/linear-algebra.h> 23 namespace matrixConstant {
29 friend class command::matrixConstant::Resize;
33 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
38 void setValue(
const dynamicgraph::Matrix &inValue);
45 SignalTimeDependent<dynamicgraph::Matrix, int>
SOUT;
static const std::string CLASS_NAME
Definition: matrix-constant.hh:32
double color
Definition: matrix-constant.hh:36
virtual const std::string & getClassName(void) const
Definition: matrix-constant.hh:33
int rows
Definition: matrix-constant.hh:35
virtual ~MatrixConstant(void)
Definition: matrix-constant.hh:43
Definition: matrix-constant.hh:28
SignalTimeDependent< dynamicgraph::Matrix, int > SOUT
Definition: matrix-constant.hh:45
Definition: abstract-sot-external-interface.hh:17