From Marco Jez, improvements to osgIntrospection, and new automatically generated

osgWrappers/osg set.
This commit is contained in:
Robert Osfield
2005-04-07 20:00:17 +00:00
parent 5b4482c70d
commit 7a27a0bef7
132 changed files with 8608 additions and 301 deletions

View File

@@ -0,0 +1,37 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/CopyOp>
#include <osg/NodeVisitor>
#include <osg/Object>
#include <osg/TexGen>
#include <osg/TexGenNode>
BEGIN_OBJECT_REFLECTOR(osg::TexGenNode)
BaseType(osg::Group);
Constructor0();
Constructor1(IN, osg::TexGen *, texgen);
ConstructorWithDefaults2(IN, const osg::TexGenNode &, tgb, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
Method0(osg::Object *, cloneType);
Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
Method0(const char *, className);
Method0(const char *, libraryName);
Method1(void, accept, IN, osg::NodeVisitor &, nv);
Method1(void, setTextureUnit, IN, unsigned int, textureUnit);
Method0(unsigned int, getTextureUnit);
Method1(void, setTexGen, IN, osg::TexGen *, texgen);
Method0(osg::TexGen *, getTexGen);
Method0(const osg::TexGen *, getTexGen);
Property(osg::TexGen *, TexGen);
Property(unsigned int, TextureUnit);
END_REFLECTOR