diff --git a/src/osgWrappers/osgUtil/PrintVisitor.cpp b/src/osgWrappers/osgUtil/PrintVisitor.cpp new file mode 100644 index 000000000..04099a933 --- /dev/null +++ b/src/osgWrappers/osgUtil/PrintVisitor.cpp @@ -0,0 +1,54 @@ +// *************************************************************************** +// +// Generated automatically by genwrapper. +// Please DO NOT EDIT this file! +// +// *************************************************************************** + +#include +#include +#include +#include + +#include +#include + +// 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 +