Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
drwnDoubleRangeProperty Class Reference
Inheritance diagram for drwnDoubleRangeProperty:
drwnDoubleProperty drwnStoragePropertyInterface< double > drwnPropertyInterface

Public Member Functions

 drwnDoubleRangeProperty (double *storage, bool bReadOnly=false)
 
 drwnDoubleRangeProperty (double *storage, double lb, double ub, bool bReadOnly=false)
 
drwnPropertyInterfaceclone () const
 
bool setProperty (double value)
 
- Public Member Functions inherited from drwnDoubleProperty
 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)
 
- Public Member Functions inherited from drwnStoragePropertyInterface< double >
 drwnStoragePropertyInterface (double *storage, bool bReadOnly=false)
 
const double & getValue () const
 
bool setValue (const double &value)
 
- Public Member Functions inherited from drwnPropertyInterface
bool isReadOnly () const
 
bool isSerializeable () const
 
virtual bool setProperty (const char *value)
 
virtual void read (drwnXMLNode &xml)
 
virtual void write (drwnXMLNode &xml) const
 
drwnPropertyInterfaceclone (bool bReadOnly, bool bSerialize) const
 

Protected Attributes

double _lowerBound
 
double _upperBound
 
- Protected Attributes inherited from drwnStoragePropertyInterface< double >
double * _storage
 
- Protected Attributes inherited from drwnPropertyInterface
bool _bReadOnly
 
bool _bSerialize
 

Additional Inherited Members

- Protected Member Functions inherited from drwnPropertyInterface
 drwnPropertyInterface (bool bReadOnly, bool bSerialize=true)
 

The documentation for this class was generated from the following files: