Updated wrappers

This commit is contained in:
Robert Osfield
2007-02-12 18:02:15 +00:00
parent d28a6011f1
commit 3a48c95fc5
304 changed files with 8597 additions and 376 deletions

View File

@@ -34,7 +34,7 @@ BEGIN_ENUM_REFLECTOR(osgSim::DOFTransform::MultOrder)
I_EnumLabel(osgSim::DOFTransform::RHP);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgSim::DOFTransform)
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgSim::DOFTransform)
I_BaseType(osg::Transform);
I_Constructor0(____DOFTransform,
"constructor ",
@@ -44,190 +44,237 @@ BEGIN_OBJECT_REFLECTOR(osgSim::DOFTransform)
"copy constructor ",
"");
I_Method0(osg::Object *, cloneType,
Properties::VIRTUAL,
__osg_Object_P1__cloneType,
"clone an object of the same type as the node. ",
"");
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop,
Properties::VIRTUAL,
__osg_Object_P1__clone__C5_osg_CopyOp_R1,
"return a clone of a node, with Object* return type. ",
"");
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj,
Properties::VIRTUAL,
__bool__isSameKindAs__C5_osg_Object_P1,
"return true if this and obj are of the same kind of object. ",
"");
I_Method0(const char *, className,
Properties::VIRTUAL,
__C5_char_P1__className,
"return the name of the node's class type. ",
"");
I_Method0(const char *, libraryName,
Properties::VIRTUAL,
__C5_char_P1__libraryName,
"return the name of the node's library. ",
"");
I_Method1(void, accept, IN, osg::NodeVisitor &, nv,
Properties::VIRTUAL,
__void__accept__osg_NodeVisitor_R1,
"Visitor Pattern : calls the apply method of a NodeVisitor with this node's type. ",
"");
I_Method1(void, traverse, IN, osg::NodeVisitor &, nv,
Properties::VIRTUAL,
__void__traverse__osg_NodeVisitor_R1,
"Traverse downwards : calls children's accept method with NodeVisitor. ",
"");
I_Method1(void, setMinHPR, IN, const osg::Vec3 &, hpr,
Properties::NON_VIRTUAL,
__void__setMinHPR__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getMinHPR,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getMinHPR,
"",
"");
I_Method1(void, setMaxHPR, IN, const osg::Vec3 &, hpr,
Properties::NON_VIRTUAL,
__void__setMaxHPR__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getMaxHPR,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getMaxHPR,
"",
"");
I_Method1(void, setIncrementHPR, IN, const osg::Vec3 &, hpr,
Properties::NON_VIRTUAL,
__void__setIncrementHPR__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getIncrementHPR,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getIncrementHPR,
"",
"");
I_Method1(void, setCurrentHPR, IN, const osg::Vec3 &, hpr,
Properties::NON_VIRTUAL,
__void__setCurrentHPR__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getCurrentHPR,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getCurrentHPR,
"",
"");
I_Method1(void, updateCurrentHPR, IN, const osg::Vec3 &, hpr,
Properties::NON_VIRTUAL,
__void__updateCurrentHPR__C5_osg_Vec3_R1,
"",
"");
I_Method1(void, setMinTranslate, IN, const osg::Vec3 &, translate,
Properties::NON_VIRTUAL,
__void__setMinTranslate__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getMinTranslate,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getMinTranslate,
"",
"");
I_Method1(void, setMaxTranslate, IN, const osg::Vec3 &, translate,
Properties::NON_VIRTUAL,
__void__setMaxTranslate__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getMaxTranslate,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getMaxTranslate,
"",
"");
I_Method1(void, setIncrementTranslate, IN, const osg::Vec3 &, translate,
Properties::NON_VIRTUAL,
__void__setIncrementTranslate__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getIncrementTranslate,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getIncrementTranslate,
"",
"");
I_Method1(void, setCurrentTranslate, IN, const osg::Vec3 &, translate,
Properties::NON_VIRTUAL,
__void__setCurrentTranslate__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getCurrentTranslate,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getCurrentTranslate,
"",
"");
I_Method1(void, updateCurrentTranslate, IN, const osg::Vec3 &, translate,
Properties::NON_VIRTUAL,
__void__updateCurrentTranslate__C5_osg_Vec3_R1,
"",
"");
I_Method1(void, setMinScale, IN, const osg::Vec3 &, scale,
Properties::NON_VIRTUAL,
__void__setMinScale__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getMinScale,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getMinScale,
"",
"");
I_Method1(void, setMaxScale, IN, const osg::Vec3 &, scale,
Properties::NON_VIRTUAL,
__void__setMaxScale__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getMaxScale,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getMaxScale,
"",
"");
I_Method1(void, setIncrementScale, IN, const osg::Vec3 &, scale,
Properties::NON_VIRTUAL,
__void__setIncrementScale__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getIncrementScale,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getIncrementScale,
"",
"");
I_Method1(void, setCurrentScale, IN, const osg::Vec3 &, scale,
Properties::NON_VIRTUAL,
__void__setCurrentScale__C5_osg_Vec3_R1,
"",
"");
I_Method0(const osg::Vec3 &, getCurrentScale,
Properties::NON_VIRTUAL,
__C5_osg_Vec3_R1__getCurrentScale,
"",
"");
I_Method1(void, updateCurrentScale, IN, const osg::Vec3 &, scale,
Properties::NON_VIRTUAL,
__void__updateCurrentScale__C5_osg_Vec3_R1,
"",
"");
I_Method1(void, setPutMatrix, IN, const osg::Matrix &, put,
Properties::NON_VIRTUAL,
__void__setPutMatrix__C5_osg_Matrix_R1,
"",
"");
I_Method0(const osg::Matrix &, getPutMatrix,
Properties::NON_VIRTUAL,
__C5_osg_Matrix_R1__getPutMatrix,
"",
"");
I_Method1(void, setInversePutMatrix, IN, const osg::Matrix &, inversePut,
Properties::NON_VIRTUAL,
__void__setInversePutMatrix__C5_osg_Matrix_R1,
"",
"");
I_Method0(const osg::Matrix &, getInversePutMatrix,
Properties::NON_VIRTUAL,
__C5_osg_Matrix_R1__getInversePutMatrix,
"",
"");
I_Method1(void, setLimitationFlags, IN, unsigned long, flags,
Properties::NON_VIRTUAL,
__void__setLimitationFlags__unsigned_long,
"",
"");
I_Method0(unsigned long, getLimitationFlags,
Properties::NON_VIRTUAL,
__unsigned_long__getLimitationFlags,
"",
"");
I_Method1(void, setHPRMultOrder, IN, const osgSim::DOFTransform::MultOrder, order,
Properties::NON_VIRTUAL,
__void__setHPRMultOrder__C5_MultOrder,
"",
"");
I_Method0(const osgSim::DOFTransform::MultOrder, getHPRMultOrder,
Properties::NON_VIRTUAL,
__C5_MultOrder__getHPRMultOrder,
"",
"");
I_Method1(void, setAnimationOn, IN, bool, do_animate,
Properties::NON_VIRTUAL,
__void__setAnimationOn__bool,
"",
"");
I_Method0(bool, getAnimationOn,
Properties::NON_VIRTUAL,
__bool__getAnimationOn,
"",
"");
I_Method1(void, animate, IN, float, deltaTime,
Properties::NON_VIRTUAL,
__void__animate__float,
"",
"");
I_Method2(bool, computeLocalToWorldMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, nv,
Properties::VIRTUAL,
__bool__computeLocalToWorldMatrix__osg_Matrix_R1__osg_NodeVisitor_P1,
"",
"");
I_Method2(bool, computeWorldToLocalMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, nv,
Properties::VIRTUAL,
__bool__computeWorldToLocalMatrix__osg_Matrix_R1__osg_NodeVisitor_P1,
"",
"");