From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
29
src/osgWrappers/osg/UByte4.cpp
Normal file
29
src/osgWrappers/osg/UByte4.cpp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user