Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-08 10:42:52 +00:00
parent b1909ff55a
commit c8a5db6a71
313 changed files with 742 additions and 0 deletions

View File

@@ -26,12 +26,14 @@
TYPE_NAME_ALIAS(std::vector< unsigned int >, osg::Image::MipmapDataType)
BEGIN_ENUM_REFLECTOR(osg::Image::AllocationMode)
I_DeclaringFile("osg/Image");
I_EnumLabel(osg::Image::NO_DELETE);
I_EnumLabel(osg::Image::USE_NEW_DELETE);
I_EnumLabel(osg::Image::USE_MALLOC_FREE);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Image)
I_DeclaringFile("osg/Image");
I_BaseType(osg::Object);
I_Constructor0(____Image,
"",