2005-04-08 04:00:17 +08:00
|
|
|
// ***************************************************************************
|
|
|
|
//
|
|
|
|
// Generated automatically by genwrapper.
|
|
|
|
// Please DO NOT EDIT this file!
|
|
|
|
//
|
|
|
|
// ***************************************************************************
|
|
|
|
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
|
2005-05-13 04:06:39 +08:00
|
|
|
#include <osg/BoundingSphere>
|
2005-04-08 04:00:17 +08:00
|
|
|
#include <osg/Matrix>
|
|
|
|
#include <osg/MatrixTransform>
|
|
|
|
#include <osg/NodeVisitor>
|
|
|
|
#include <osg/Object>
|
|
|
|
#include <osg/Transform>
|
2006-07-19 04:51:28 +08:00
|
|
|
#include <osg/test/CopyOp>
|
|
|
|
#include <osg/test/PositionAttitudeTransform>
|
2005-04-08 04:00:17 +08:00
|
|
|
|
2005-05-16 17:41:10 +08:00
|
|
|
// Must undefine IN and OUT macros defined in Windows headers
|
|
|
|
#ifdef IN
|
|
|
|
#undef IN
|
|
|
|
#endif
|
|
|
|
#ifdef OUT
|
|
|
|
#undef OUT
|
|
|
|
#endif
|
|
|
|
|
2005-04-08 04:00:17 +08:00
|
|
|
BEGIN_ENUM_REFLECTOR(osg::Transform::ReferenceFrame)
|
2005-05-16 17:41:10 +08:00
|
|
|
I_EnumLabel(osg::Transform::RELATIVE_RF);
|
|
|
|
I_EnumLabel(osg::Transform::ABSOLUTE_RF);
|
2005-04-08 04:00:17 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|
|
|
|
BEGIN_OBJECT_REFLECTOR(osg::Transform)
|
2005-05-16 17:41:10 +08:00
|
|
|
I_BaseType(osg::Group);
|
2006-07-19 04:51:28 +08:00
|
|
|
I_BaseType(osg::Group);
|
|
|
|
I_Constructor0();
|
|
|
|
I_ConstructorWithDefaults2(IN, const osg::Transform &, x, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
|
|
|
|
I_Method0(osg::Object *, cloneType);
|
|
|
|
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
|
|
|
|
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
|
|
|
I_Method0(const char *, className);
|
|
|
|
I_Method0(const char *, libraryName);
|
|
|
|
I_Method1(void, accept, IN, osg::NodeVisitor &, nv);
|
|
|
|
I_Method0(osg::Transform *, asTransform);
|
|
|
|
I_Method0(const osg::Transform *, asTransform);
|
|
|
|
I_Method0(osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(const osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method0(const osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method1(void, setReferenceFrame, IN, osg::Transform::ReferenceFrame, rf);
|
|
|
|
I_Method0(osg::Transform::ReferenceFrame, getReferenceFrame);
|
|
|
|
I_Method2(bool, computeLocalToWorldMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method2(bool, computeWorldToLocalMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method0(osg::BoundingSphere, computeBound);
|
|
|
|
I_Constructor0();
|
|
|
|
I_ConstructorWithDefaults2(IN, const osg::Transform &, x, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
|
|
|
|
I_Method0(osg::Object *, cloneType);
|
|
|
|
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
|
|
|
|
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
|
|
|
I_Method0(const char *, className);
|
|
|
|
I_Method0(const char *, libraryName);
|
|
|
|
I_Method1(void, accept, IN, osg::NodeVisitor &, nv);
|
|
|
|
I_Method0(osg::Transform *, asTransform);
|
|
|
|
I_Method0(const osg::Transform *, asTransform);
|
|
|
|
I_Method0(osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(const osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method0(const osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method1(void, setReferenceFrame, IN, osg::Transform::ReferenceFrame, rf);
|
|
|
|
I_Method0(osg::Transform::ReferenceFrame, getReferenceFrame);
|
|
|
|
I_Method2(bool, computeLocalToWorldMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method2(bool, computeWorldToLocalMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method0(osg::BoundingSphere, computeBound);
|
|
|
|
I_Property(osg::Transform::ReferenceFrame, ReferenceFrame);
|
|
|
|
END_REFLECTOR
|
|
|
|
|
|
|
|
BEGIN_ENUM_REFLECTOR(osg::Transform::ReferenceFrame)
|
|
|
|
I_EnumLabel(osg::Transform::RELATIVE_RF);
|
|
|
|
I_EnumLabel(osg::Transform::ABSOLUTE_RF);
|
|
|
|
END_REFLECTOR
|
|
|
|
|
|
|
|
BEGIN_OBJECT_REFLECTOR(osg::Transform)
|
|
|
|
I_BaseType(osg::Group);
|
|
|
|
I_BaseType(osg::Group);
|
|
|
|
I_Constructor0();
|
|
|
|
I_ConstructorWithDefaults2(IN, const osg::Transform &, x, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
|
|
|
|
I_Method0(osg::Object *, cloneType);
|
|
|
|
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
|
|
|
|
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
|
|
|
I_Method0(const char *, className);
|
|
|
|
I_Method0(const char *, libraryName);
|
|
|
|
I_Method1(void, accept, IN, osg::NodeVisitor &, nv);
|
|
|
|
I_Method0(osg::Transform *, asTransform);
|
|
|
|
I_Method0(const osg::Transform *, asTransform);
|
|
|
|
I_Method0(osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(const osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method0(const osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method1(void, setReferenceFrame, IN, osg::Transform::ReferenceFrame, rf);
|
|
|
|
I_Method0(osg::Transform::ReferenceFrame, getReferenceFrame);
|
|
|
|
I_Method2(bool, computeLocalToWorldMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method2(bool, computeWorldToLocalMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method0(osg::BoundingSphere, computeBound);
|
2005-05-16 17:41:10 +08:00
|
|
|
I_Constructor0();
|
|
|
|
I_ConstructorWithDefaults2(IN, const osg::Transform &, x, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
|
|
|
|
I_Method0(osg::Object *, cloneType);
|
|
|
|
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
|
|
|
|
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
|
|
|
I_Method0(const char *, className);
|
|
|
|
I_Method0(const char *, libraryName);
|
|
|
|
I_Method1(void, accept, IN, osg::NodeVisitor &, nv);
|
|
|
|
I_Method0(osg::Transform *, asTransform);
|
|
|
|
I_Method0(const osg::Transform *, asTransform);
|
|
|
|
I_Method0(osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(const osg::MatrixTransform *, asMatrixTransform);
|
|
|
|
I_Method0(osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method0(const osg::PositionAttitudeTransform *, asPositionAttitudeTransform);
|
|
|
|
I_Method1(void, setReferenceFrame, IN, osg::Transform::ReferenceFrame, rf);
|
|
|
|
I_Method0(osg::Transform::ReferenceFrame, getReferenceFrame);
|
|
|
|
I_Method2(bool, computeLocalToWorldMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method2(bool, computeWorldToLocalMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
|
|
|
|
I_Method0(osg::BoundingSphere, computeBound);
|
|
|
|
I_Property(osg::Transform::ReferenceFrame, ReferenceFrame);
|
2005-04-08 04:00:17 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|