Changeset 10174 for OpenSceneGraph/trunk/src/osgWrappers/osg/PagedLOD.cpp
- Timestamp:
- 05/11/09 13:39:12 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osg/PagedLOD.cpp
r9775 r10174 94 94 "Remove children from Group. ", 95 95 "Note, must be override by subclasses of Group which add per child attributes. "); 96 I_Method1(void, setDatabaseOptions, IN, osg::Referenced *, options, 97 Properties::NON_VIRTUAL, 98 __void__setDatabaseOptions__osg_Referenced_P1, 99 "Set the optional database osgDB::Options object to use when loaded children. ", 100 ""); 101 I_Method0(osg::Referenced *, getDatabaseOptions, 102 Properties::NON_VIRTUAL, 103 __osg_Referenced_P1__getDatabaseOptions, 104 "Get the optional database osgDB::Options object used when loaded children. ", 105 ""); 106 I_Method0(const osg::Referenced *, getDatabaseOptions, 107 Properties::NON_VIRTUAL, 108 __C5_osg_Referenced_P1__getDatabaseOptions, 109 "Get the optional database osgDB::Options object used when loaded children. ", 110 ""); 96 111 I_Method1(void, setDatabasePath, IN, const std::string &, path, 97 112 Properties::NON_VIRTUAL, … … 225 240 "", 226 241 ""); 242 I_SimpleProperty(osg::Referenced *, DatabaseOptions, 243 __osg_Referenced_P1__getDatabaseOptions, 244 __void__setDatabaseOptions__osg_Referenced_P1); 227 245 I_SimpleProperty(const std::string &, DatabasePath, 228 246 __C5_std_string_R1__getDatabasePath,
