Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Typedefs
Image Creation

Manual ImageSet creation classes.

ImageSet is a closed class; it has no exposed constructor. This is due to the need to ensure that the data generated by the various loaders remains intact and valid. However, it is often useful to be able to either write your own loaders for other forms of data or simply to create an ImageSet from user generated data.

The ImageCreator class is a factory for generating an ImageSet. Once it has generated one, that particular class instance cannot be used again.

Classes

class  glimg::ImageCreator
 A factory object for creating ImageSet objects. More...
 

Typedefs

typedef std::vector< unsigned
char > 
glimg::ImageBuffer
 A useful typedef for automatic memory management of image data.