UPdated wrappers

This commit is contained in:
Robert Osfield 2009-03-19 11:36:54 +00:00
parent e60db47c1b
commit ffbed2b222

View File

@ -0,0 +1,54 @@
// ***************************************************************************
//
// 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 <osgUtil/PrintVisitor>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_OBJECT_REFLECTOR(osgUtil::PrintVisitor)
I_DeclaringFile("osgUtil/PrintVisitor");
I_BaseType(osg::NodeVisitor);
I_ConstructorWithDefaults3(IN, std::ostream &, out, , IN, int, indent, 0, IN, int, step, 2,
____PrintVisitor__std_ostream_R1__int__int,
"",
"");
I_Method1(void, apply, IN, osg::Node &, node,
Properties::VIRTUAL,
__void__apply__osg_Node_R1,
"",
"");
I_Method0(std::ostream &, output,
Properties::NON_VIRTUAL,
__std_ostream_R1__output,
"",
"");
I_Method0(void, enter,
Properties::NON_VIRTUAL,
__void__enter,
"",
"");
I_Method0(void, leave,
Properties::NON_VIRTUAL,
__void__leave,
"",
"");
I_PublicMemberProperty(unsigned int, _indent);
I_PublicMemberProperty(unsigned int, _step);
END_REFLECTOR