Updated wrappers using Marco Jez's genwrapper utility.

This commit is contained in:
Robert Osfield
2005-04-25 20:46:46 +00:00
parent fa996d0745
commit edf142222b
9 changed files with 121 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Image)
Method0(unsigned int, getImageSizeInBytes);
Method0(unsigned int, getTotalSizeInBytes);
Method0(unsigned int, getTotalSizeInBytesIncludingMipmaps);
Method0(bool, valid);
Method0(unsigned char *, data);
Method0(const unsigned char *, data);
MethodWithDefaults3(unsigned char *, data, IN, int, column, , IN, int, row, 0, IN, int, image, 0);