|
| drwnVectorProperty (Eigen::VectorXd *storage, bool bReadOnly=false) |
|
drwnPropertyType | type () const |
|
string | asString () const |
|
drwnPropertyInterface * | clone () const |
|
bool | setProperty (bool value) |
|
bool | setProperty (int value) |
|
bool | setProperty (double value) |
|
bool | setProperty (const string &value) |
|
bool | setProperty (const Eigen::VectorXd &value) |
|
bool | setProperty (const Eigen::MatrixXd &value) |
|
void | read (drwnXMLNode &xml) |
|
void | write (drwnXMLNode &xml) const |
|
| drwnStoragePropertyInterface (Eigen::VectorXd *storage, bool bReadOnly=false) |
|
const Eigen::VectorXd & | getValue () const |
|
bool | setValue (const Eigen::VectorXd &value) |
|
bool | isReadOnly () const |
|
bool | isSerializeable () const |
|
virtual bool | setProperty (const char *value) |
|
drwnPropertyInterface * | clone (bool bReadOnly, bool bSerialize) const |
|
|
| drwnPropertyInterface (bool bReadOnly, bool bSerialize=true) |
|
Eigen::VectorXd * | _storage |
|
bool | _bReadOnly |
|
bool | _bSerialize |
|
The documentation for this class was generated from the following files: