Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces | Typedefs
ImageCreator.h File Reference

Include this to gain access to the ability to create ImageSets manually. More...

#include <vector>
#include <exception>
#include "ImageSet.h"
#include "ImageCreatorExceptions.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  glimg
 The main GL Image library namespace.
 

Typedefs

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

Detailed Description

Include this to gain access to the ability to create ImageSets manually.