|
openscenegraph
|
#include <DataTypes>
Public Member Functions | |
| ObjectProperty () | |
| ObjectProperty (const char *name, int value=0, bool useMap=false) | |
| ObjectProperty (const ObjectProperty ©) | |
| ObjectProperty & | operator() (const char *name) |
| void | set (int v) |
| int | get () const |
Public Attributes | |
| std::string | _name |
| int | _value |
| bool | _mapProperty |
|
inline |
|
inline |
|
inline |
|
inline |
References _name.
|
inline |
References _value.
| bool osgDB::ObjectProperty::_mapProperty |
| std::string osgDB::ObjectProperty::_name |
Referenced by operator()().