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