Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-01 11:58:36 +00:00
parent 6c56383ba9
commit 9b70538264
98 changed files with 1873 additions and 257 deletions

View File

@@ -498,6 +498,102 @@ BEGIN_OBJECT_REFLECTOR(osg::StateSet)
__void__releaseGLObjects__State_P1,
"call release on all StateAttributes contained within this StateSet. ",
"");
I_ProtectedMethod1(void, addParent, IN, osg::Object *, object,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__addParent__osg_Object_P1,
"",
"");
I_ProtectedMethod1(void, removeParent, IN, osg::Object *, object,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__removeParent__osg_Object_P1,
"",
"");
I_ProtectedMethod1(osg::StateSet::ModeList &, getOrCreateTextureModeList, IN, unsigned int, unit,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__ModeList_R1__getOrCreateTextureModeList__unsigned_int,
"",
"");
I_ProtectedMethod1(osg::StateSet::AttributeList &, getOrCreateTextureAttributeList, IN, unsigned int, unit,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__AttributeList_R1__getOrCreateTextureAttributeList__unsigned_int,
"",
"");
I_ProtectedMethod2(int, compareModes, IN, const osg::StateSet::ModeList &, lhs, IN, const osg::StateSet::ModeList &, rhs,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__int__compareModes__C5_ModeList_R1__C5_ModeList_R1,
"",
"");
I_ProtectedMethod2(int, compareAttributePtrs, IN, const osg::StateSet::AttributeList &, lhs, IN, const osg::StateSet::AttributeList &, rhs,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__int__compareAttributePtrs__C5_AttributeList_R1__C5_AttributeList_R1,
"",
"");
I_ProtectedMethod2(int, compareAttributeContents, IN, const osg::StateSet::AttributeList &, lhs, IN, const osg::StateSet::AttributeList &, rhs,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__int__compareAttributeContents__C5_AttributeList_R1__C5_AttributeList_R1,
"",
"");
I_ProtectedMethod3(void, setMode, IN, osg::StateSet::ModeList &, modeList, IN, osg::StateAttribute::GLMode, mode, IN, osg::StateAttribute::GLModeValue, value,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__setMode__ModeList_R1__StateAttribute_GLMode__StateAttribute_GLModeValue,
"",
"");
I_ProtectedMethod2(void, setModeToInherit, IN, osg::StateSet::ModeList &, modeList, IN, osg::StateAttribute::GLMode, mode,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__setModeToInherit__ModeList_R1__StateAttribute_GLMode,
"",
"");
I_ProtectedMethod2(osg::StateAttribute::GLModeValue, getMode, IN, const osg::StateSet::ModeList &, modeList, IN, osg::StateAttribute::GLMode, mode,
Properties::NON_VIRTUAL,
Properties::CONST,
__StateAttribute_GLModeValue__getMode__C5_ModeList_R1__StateAttribute_GLMode,
"",
"");
I_ProtectedMethodWithDefaults3(void, setAttribute, IN, osg::StateSet::AttributeList &, attributeList, , IN, osg::StateAttribute *, attribute, , IN, const osg::StateAttribute::OverrideValue, value, osg::StateAttribute::OFF,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__setAttribute__AttributeList_R1__StateAttribute_P1__C5_StateAttribute_OverrideValue,
"",
"");
I_ProtectedMethod3(osg::StateAttribute *, getAttribute, IN, osg::StateSet::AttributeList &, attributeList, IN, const osg::StateAttribute::Type, type, IN, unsigned int, member,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__StateAttribute_P1__getAttribute__AttributeList_R1__C5_StateAttribute_Type__unsigned_int,
"",
"");
I_ProtectedMethod3(const osg::StateAttribute *, getAttribute, IN, const osg::StateSet::AttributeList &, attributeList, IN, const osg::StateAttribute::Type, type, IN, unsigned int, member,
Properties::NON_VIRTUAL,
Properties::CONST,
__C5_StateAttribute_P1__getAttribute__C5_AttributeList_R1__C5_StateAttribute_Type__unsigned_int,
"",
"");
I_ProtectedMethod3(const osg::StateSet::RefAttributePair *, getAttributePair, IN, const osg::StateSet::AttributeList &, attributeList, IN, const osg::StateAttribute::Type, type, IN, unsigned int, member,
Properties::NON_VIRTUAL,
Properties::CONST,
__C5_RefAttributePair_P1__getAttributePair__C5_AttributeList_R1__C5_StateAttribute_Type__unsigned_int,
"",
"");
I_ProtectedMethod1(void, setNumChildrenRequiringUpdateTraversal, IN, unsigned int, num,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__setNumChildrenRequiringUpdateTraversal__unsigned_int,
"",
"");
I_ProtectedMethod1(void, setNumChildrenRequiringEventTraversal, IN, unsigned int, num,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__setNumChildrenRequiringEventTraversal__unsigned_int,
"",
"");
I_SimpleProperty(osg::StateSet::AttributeList &, AttributeList,
__AttributeList_R1__getAttributeList,
__void__setAttributeList__AttributeList_R1);