OpenSceneGraph
|
Public Member Functions | |
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 |