57 lines
1.8 KiB
C++
57 lines
1.8 KiB
C++
// ***************************************************************************
|
|
//
|
|
// Generated automatically by genwrapper.
|
|
// Please DO NOT EDIT this file!
|
|
//
|
|
// ***************************************************************************
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
#include <osgIntrospection/StaticMethodInfo>
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
#include <osg/Node>
|
|
#include <osgAnimation/Animation>
|
|
#include <osgAnimation/LinkVisitor>
|
|
|
|
// Must undefine IN and OUT macros defined in Windows headers
|
|
#ifdef IN
|
|
#undef IN
|
|
#endif
|
|
#ifdef OUT
|
|
#undef OUT
|
|
#endif
|
|
|
|
BEGIN_OBJECT_REFLECTOR(osgAnimation::LinkVisitor)
|
|
I_DeclaringFile("osgAnimation/LinkVisitor");
|
|
I_BaseType(osg::NodeVisitor);
|
|
I_Constructor1(IN, osgAnimation::Animation *, animation,
|
|
Properties::NON_EXPLICIT,
|
|
____LinkVisitor__Animation_P1,
|
|
"",
|
|
"");
|
|
I_Constructor1(IN, const osgAnimation::AnimationList &, animations,
|
|
Properties::NON_EXPLICIT,
|
|
____LinkVisitor__C5_AnimationList_R1,
|
|
"",
|
|
"");
|
|
I_Method0(const char *, libraryName,
|
|
Properties::VIRTUAL,
|
|
__C5_char_P1__libraryName,
|
|
"return the library name/namespapce of the visitor's. ",
|
|
"Should be defined by derived classes. ");
|
|
I_Method0(const char *, className,
|
|
Properties::VIRTUAL,
|
|
__C5_char_P1__className,
|
|
"return the name of the visitor's class type. ",
|
|
"Should be defined by derived classes. ");
|
|
I_Method1(void, apply, IN, osg::Node &, node,
|
|
Properties::VIRTUAL,
|
|
__void__apply__osg_Node_R1,
|
|
"",
|
|
"");
|
|
I_PublicMemberProperty(osgAnimation::AnimationList, _animations);
|
|
I_PublicMemberProperty(unsigned int, _nbLinkedTarget);
|
|
END_REFLECTOR
|
|
|