| 833 | int QueryDoubleValue( double* _value ) const; |
| 834 | |
| 835 | void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. |
| 836 | void SetValue( const char* _value ) { value = _value; } ///< Set the value. |
| 837 | |
| 838 | void SetIntValue( int _value ); ///< Set the value from an integer. |