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,29 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/UByte4>
BEGIN_VALUE_REFLECTOR(osg::UByte4)
Constructor0();
Constructor4(IN, unsigned char, r, IN, unsigned char, g, IN, unsigned char, b, IN, unsigned char, a);
Method0(unsigned char *, ptr);
Method0(const unsigned char *, ptr);
Method4(void, set, IN, unsigned char, r, IN, unsigned char, g, IN, unsigned char, b, IN, unsigned char, a);
Method0(unsigned char &, r);
Method0(unsigned char &, g);
Method0(unsigned char &, b);
Method0(unsigned char &, a);
Method0(unsigned char, r);
Method0(unsigned char, g);
Method0(unsigned char, b);
Method0(unsigned char, a);
END_REFLECTOR