OpenSceneGraph/src/osgPlugins/rgb
Robert Osfield b32c8c65f3 Added osg::Image::AllocationMode enum and associated set/get methods.
osg::Image::setImage has also been modified to require the AllocationMode
mode to be passed to it so that it knows how to delete the data once the
image goes out of scope.

Port the image plugins across to specify the new AllocationMode, and converted
them across to using new/delete in place of malloc/free.
2003-02-25 11:56:18 +00:00
..
Makefile Commented back in LIBS into Makefile for OSX build. 2002-11-08 08:12:18 +00:00
ReaderWriterRGB.cpp Added osg::Image::AllocationMode enum and associated set/get methods. 2003-02-25 11:56:18 +00:00