Changeset 10174 for OpenSceneGraph/trunk/src/osgWrappers/osgDB/Registry.cpp
- Timestamp:
- 05/11/09 13:39:12 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgDB/Registry.cpp
r10171 r10174 86 86 TYPE_NAME_ALIAS(class osgDB::WriteFileCallback, osgDB::Registry::WriteFileCallback) 87 87 88 TYPE_NAME_ALIAS(class osgDB::FileLocationCallback, osgDB::Registry::FileLocationCallback) 89 88 90 BEGIN_OBJECT_REFLECTOR(osgDB::Registry) 89 91 I_DeclaringFile("osgDB/Registry"); … … 412 414 __void___buildKdTreeIfRequired__ReaderWriter_ReadResult_R1__C5_Options_P1, 413 415 "", 416 ""); 417 I_Method1(void, setFileLocationCallback, IN, osgDB::Registry::FileLocationCallback *, cb, 418 Properties::NON_VIRTUAL, 419 __void__setFileLocationCallback__FileLocationCallback_P1, 420 "Set the callback to use inform the DatabasePager whether a file is located on local or remote file system. ", 421 ""); 422 I_Method0(osgDB::Registry::FileLocationCallback *, getFileLocationCallback, 423 Properties::NON_VIRTUAL, 424 __FileLocationCallback_P1__getFileLocationCallback, 425 "Get the callback to use inform the DatabasePager whether a file is located on local or remote file system. ", 414 426 ""); 415 427 I_Method1(void, setBuildKdTreesHint, IN, osgDB::Options::BuildKdTreesHint, hint, … … 667 679 __FileCache_P1__getFileCache, 668 680 __void__setFileCache__FileCache_P1); 681 I_SimpleProperty(osgDB::Registry::FileLocationCallback *, FileLocationCallback, 682 __FileLocationCallback_P1__getFileLocationCallback, 683 __void__setFileLocationCallback__FileLocationCallback_P1); 669 684 I_SimpleProperty(osgDB::Registry::FindFileCallback *, FindFileCallback, 670 685 __FindFileCallback_P1__getFindFileCallback,
