Updated wrappers
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Referenced>
|
||||
#include <osg/StateSet>
|
||||
#include <osg/test/Referenced>
|
||||
#include <osgUtil/RenderLeaf>
|
||||
#include <osgUtil/StateGraph>
|
||||
|
||||
@@ -54,6 +54,13 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::StateGraph)
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgUtil::RenderLeaf >)
|
||||
I_Constructor0();
|
||||
I_Constructor1(IN, osgUtil::RenderLeaf *, ptr);
|
||||
I_Constructor1(IN, const osg::ref_ptr< osgUtil::RenderLeaf > &, rp);
|
||||
I_Method0(osgUtil::RenderLeaf *, get);
|
||||
I_Method0(bool, valid);
|
||||
I_Method0(osgUtil::RenderLeaf *, release);
|
||||
I_Method1(void, swap, IN, osg::ref_ptr< osgUtil::RenderLeaf > &, rp);
|
||||
I_Constructor0();
|
||||
I_Constructor1(IN, osgUtil::RenderLeaf *, ptr);
|
||||
I_Constructor1(IN, const osg::ref_ptr< osgUtil::RenderLeaf > &, rp);
|
||||
@@ -65,6 +72,13 @@ BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgUtil::RenderLeaf >)
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgUtil::StateGraph >)
|
||||
I_Constructor0();
|
||||
I_Constructor1(IN, osgUtil::StateGraph *, ptr);
|
||||
I_Constructor1(IN, const osg::ref_ptr< osgUtil::StateGraph > &, rp);
|
||||
I_Method0(osgUtil::StateGraph *, get);
|
||||
I_Method0(bool, valid);
|
||||
I_Method0(osgUtil::StateGraph *, release);
|
||||
I_Method1(void, swap, IN, osg::ref_ptr< osgUtil::StateGraph > &, rp);
|
||||
I_Constructor0();
|
||||
I_Constructor1(IN, osgUtil::StateGraph *, ptr);
|
||||
I_Constructor1(IN, const osg::ref_ptr< osgUtil::StateGraph > &, rp);
|
||||
|
||||
Reference in New Issue
Block a user