|
OpenSceneGraph 2.8.4
|
Properties is a set of helper definations used by the osgIntrospectoin wrappers. More...
Variables | |
| const bool | NON_EXPLICIT = false |
| const bool | EXPLICIT = true |
| const osgIntrospection::MethodInfo::VirtualState | NON_VIRTUAL = osgIntrospection::MethodInfo::NON_VIRTUAL |
| const osgIntrospection::MethodInfo::VirtualState | VIRTUAL = osgIntrospection::MethodInfo::VIRTUAL |
| const osgIntrospection::MethodInfo::VirtualState | PURE_VIRTUAL = osgIntrospection::MethodInfo::PURE_VIRTUAL |
| const bool | CONST = true |
| const bool | NON_CONST = false |
Properties is a set of helper definations used by the osgIntrospectoin wrappers.
| const bool Properties::CONST = true |
| const bool Properties::EXPLICIT = true |
| const bool Properties::NON_CONST = false |
| const bool Properties::NON_EXPLICIT = false |
| const osgIntrospection::MethodInfo::VirtualState Properties::NON_VIRTUAL = osgIntrospection::MethodInfo::NON_VIRTUAL |
| const osgIntrospection::MethodInfo::VirtualState Properties::PURE_VIRTUAL = osgIntrospection::MethodInfo::PURE_VIRTUAL |
| const osgIntrospection::MethodInfo::VirtualState Properties::VIRTUAL = osgIntrospection::MethodInfo::VIRTUAL |
| Generated at Tue May 3 2011 13:35:33 for the OpenSceneGraph by doxygen 1.7.4. |