Updated wrappers

This commit is contained in:
Robert Osfield
2006-09-01 13:34:05 +00:00
parent 47f64a6060
commit d2533dfcc0
269 changed files with 731 additions and 1 deletions

View File

@@ -7,9 +7,11 @@
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Geode>
#include <osg/Geometry>
#include <osgUtil/SmoothingVisitor>
// Must undefine IN and OUT macros defined in Windows headers
@@ -24,5 +26,6 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::SmoothingVisitor)
I_BaseType(osg::NodeVisitor);
I_Constructor0();
I_Method1(void, apply, IN, osg::Geode &, geode);
I_StaticMethod1(void, smooth, IN, osg::Geometry &, geoset);
END_REFLECTOR