2005-09-29 21:07:26 +08:00
|
|
|
// ***************************************************************************
|
|
|
|
//
|
|
|
|
// Generated automatically by genwrapper.
|
|
|
|
// Please DO NOT EDIT this file!
|
|
|
|
//
|
|
|
|
// ***************************************************************************
|
|
|
|
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
|
|
#include <osgIntrospection/TypedMethodInfo>
|
2006-09-01 21:34:05 +08:00
|
|
|
#include <osgIntrospection/StaticMethodInfo>
|
2005-09-29 21:07:26 +08:00
|
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
|
|
|
|
#include <osg/GraphicsThread>
|
2007-02-03 06:30:36 +08:00
|
|
|
#include <osg/Object>
|
2005-09-29 21:07:26 +08:00
|
|
|
|
|
|
|
// Must undefine IN and OUT macros defined in Windows headers
|
|
|
|
#ifdef IN
|
|
|
|
#undef IN
|
|
|
|
#endif
|
|
|
|
#ifdef OUT
|
|
|
|
#undef OUT
|
|
|
|
#endif
|
|
|
|
|
2006-07-19 04:53:16 +08:00
|
|
|
BEGIN_ENUM_REFLECTOR(osg::BarrierOperation::PreBlockOp)
|
2007-06-08 18:42:52 +08:00
|
|
|
I_DeclaringFile("osg/GraphicsThread");
|
2006-07-19 04:53:16 +08:00
|
|
|
I_EnumLabel(osg::BarrierOperation::NO_OPERATION);
|
|
|
|
I_EnumLabel(osg::BarrierOperation::GL_FLUSH);
|
|
|
|
I_EnumLabel(osg::BarrierOperation::GL_FINISH);
|
2005-09-29 21:07:26 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|
2007-02-14 19:24:42 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osg::BarrierOperation)
|
2007-06-08 18:42:52 +08:00
|
|
|
I_DeclaringFile("osg/GraphicsThread");
|
2007-02-03 06:30:36 +08:00
|
|
|
I_BaseType(osg::Operation);
|
2007-05-03 03:57:05 +08:00
|
|
|
I_BaseType(OpenThreads::Barrier);
|
2006-10-24 17:45:50 +08:00
|
|
|
I_ConstructorWithDefaults2(IN, int, numThreads, , IN, osg::BarrierOperation::PreBlockOp, op, osg::BarrierOperation::NO_OPERATION,
|
|
|
|
____BarrierOperation__int__PreBlockOp,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(void, release,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__void__release,
|
2007-05-03 03:57:05 +08:00
|
|
|
"Release the barrier, now. ",
|
2006-10-24 17:45:50 +08:00
|
|
|
"");
|
2006-09-01 21:34:05 +08:00
|
|
|
I_PublicMemberProperty(osg::BarrierOperation::PreBlockOp, _preBlockOp);
|
2005-09-29 21:07:26 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|
2007-07-10 03:04:36 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osg::BlockAndFlushOperation)
|
2007-06-08 18:42:52 +08:00
|
|
|
I_DeclaringFile("osg/GraphicsThread");
|
2007-07-10 03:04:36 +08:00
|
|
|
I_BaseType(osg::Operation);
|
|
|
|
I_BaseType(OpenThreads::Block);
|
|
|
|
I_Constructor0(____BlockAndFlushOperation,
|
2006-12-28 07:19:37 +08:00
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(void, release,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::VIRTUAL,
|
2006-12-28 07:19:37 +08:00
|
|
|
__void__release,
|
2006-10-24 17:45:50 +08:00
|
|
|
"",
|
|
|
|
"");
|
2007-02-24 00:31:34 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|
2007-07-12 23:54:45 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osg::GraphicsThread)
|
|
|
|
I_DeclaringFile("osg/GraphicsThread");
|
|
|
|
I_BaseType(osg::OperationThread);
|
|
|
|
I_Constructor0(____GraphicsThread,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(void, run,
|
|
|
|
Properties::VIRTUAL,
|
|
|
|
__void__run,
|
|
|
|
"Run does the graphics thread run loop. ",
|
|
|
|
"");
|
|
|
|
END_REFLECTOR
|
|
|
|
|
2007-02-14 19:24:42 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osg::ReleaseContext_Block_MakeCurrentOperation)
|
2007-06-08 18:42:52 +08:00
|
|
|
I_DeclaringFile("osg/GraphicsThread");
|
2007-02-03 06:30:36 +08:00
|
|
|
I_BaseType(osg::Operation);
|
2007-02-24 00:31:34 +08:00
|
|
|
I_BaseType(osg::RefBlock);
|
2006-10-24 17:45:50 +08:00
|
|
|
I_Constructor0(____ReleaseContext_Block_MakeCurrentOperation,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(void, release,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__void__release,
|
2007-02-24 00:31:34 +08:00
|
|
|
"if this operation is a barrier then release it. ",
|
2006-10-24 17:45:50 +08:00
|
|
|
"");
|
2005-09-29 21:07:26 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|
2007-02-14 19:24:42 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osg::SwapBuffersOperation)
|
2007-06-08 18:42:52 +08:00
|
|
|
I_DeclaringFile("osg/GraphicsThread");
|
2007-02-03 06:30:36 +08:00
|
|
|
I_BaseType(osg::Operation);
|
2006-10-24 17:45:50 +08:00
|
|
|
I_Constructor0(____SwapBuffersOperation,
|
|
|
|
"",
|
|
|
|
"");
|
2005-09-29 21:07:26 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|