- Timestamp:
- 02/26/10 15:36:23 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/introspection/osg/ObserverNodePath.cpp
r11077 r11128 73 73 "Get a lightweight NodePath that isn't thread safe but may be safely used in single threaded applications, or when its known that the NodePath won't be invalidated during usage of the NodePath. ", 74 74 "return true if NodePath is valid. "); 75 I_Method0(bool, empty, 76 Properties::NON_VIRTUAL, 77 __bool__empty, 78 "", 79 ""); 75 80 I_ProtectedMethod1(void, _setNodePath, IN, const osg::NodePath &, nodePath, 76 81 Properties::NON_VIRTUAL,
