Updated wrappers

This commit is contained in:
Robert Osfield
2007-08-22 12:33:39 +00:00
parent bb7368a321
commit 41d15384cc
2 changed files with 2 additions and 15 deletions

View File

@@ -530,7 +530,7 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgDB::Registry::ReadFileCallback)
I_DeclaringFile("osgDB/Registry");
I_BaseType(osg::Referenced);
I_VirtualBaseType(osg::Referenced);
I_Constructor0(____ReadFileCallback,
"",
"");
@@ -587,7 +587,7 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgDB::Registry::WriteFileCallback)
I_DeclaringFile("osgDB/Registry");
I_BaseType(osg::Referenced);
I_VirtualBaseType(osg::Referenced);
I_Constructor0(____WriteFileCallback,
"",
"");

View File

@@ -115,16 +115,6 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::Viewer)
__ThreadingModel__getThreadingModel,
"Get the threading model the rendering traversals will use. ",
"");
I_Method1(void, setUseMainThreadForRenderingTraversals, IN, bool, flag,
Properties::NON_VIRTUAL,
__void__setUseMainThreadForRenderingTraversals__bool,
"Set whether the main thread, calling frame(), should be used for the rendering traversals. ",
"");
I_Method0(bool, getUseMainThreadForRenderingTraversals,
Properties::NON_VIRTUAL,
__bool__getUseMainThreadForRenderingTraversals,
"Get whether the main thread, calling frame(), should be used for the rendering traversals. ",
"");
I_Method0(osgViewer::Viewer::ThreadingModel, suggestBestThreadingModel,
Properties::NON_VIRTUAL,
__ThreadingModel__suggestBestThreadingModel,
@@ -383,9 +373,6 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::Viewer)
I_SimpleProperty(osgUtil::UpdateVisitor *, UpdateVisitor,
__osgUtil_UpdateVisitor_P1__getUpdateVisitor,
__void__setUpdateVisitor__osgUtil_UpdateVisitor_P1);
I_SimpleProperty(bool, UseMainThreadForRenderingTraversals,
__bool__getUseMainThreadForRenderingTraversals,
__void__setUseMainThreadForRenderingTraversals__bool);
END_REFLECTOR
STD_VECTOR_REFLECTOR(std::vector< OpenThreads::Thread * >)