30 lines
977 B
C++
30 lines
977 B
C++
// ***************************************************************************
|
|
//
|
|
// 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
|
|
|