#include <sot/core/matrix-constant.hh>
Public Member Functions | |
virtual const std::string & | getClassName (void) const |
void | setValue (const ml::Matrix &inValue) |
MatrixConstant (const std::string &name) | |
virtual | ~MatrixConstant (void) |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Public Attributes | |
int | rows |
int | cols |
double | color |
SignalTimeDependent < ml::Matrix, int > | SOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Friends | |
class | command::matrixConstant::Resize |
dynamicgraph::sot::MatrixConstant::MatrixConstant | ( | const std::string & | name | ) |
virtual dynamicgraph::sot::MatrixConstant::~MatrixConstant | ( | void | ) | [inline, virtual] |
virtual void dynamicgraph::sot::MatrixConstant::commandLine | ( | const std::string & | cmdLine, |
std::istringstream & | cmdArgs, | ||
std::ostream & | os | ||
) | [virtual] |
Reimplemented from dynamicgraph::Entity.
virtual const std::string& dynamicgraph::sot::MatrixConstant::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
References CLASS_NAME.
void dynamicgraph::sot::MatrixConstant::setValue | ( | const ml::Matrix & | inValue | ) |
friend class command::matrixConstant::Resize [friend] |
const std::string dynamicgraph::sot::MatrixConstant::CLASS_NAME [static] |
Referenced by getClassName().