Worldstone
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
WorldStone::IImageProvider< Color > Class Template Referenceabstract

An interface of a class that can provide images views. More...

#include <ImageView.h>

Inheritance diagram for WorldStone::IImageProvider< Color >:
WorldStone::SimpleImageProvider< Color >

Public Member Functions

virtual ImageView< Color > getNewImage (size_t width, size_t height)=0
 Returns an ImageView of dimensions width * height to be used by the consumer.
 

Detailed Description

template<class Color>
class WorldStone::IImageProvider< Color >

An interface of a class that can provide images views.

One example would be to reuse the same texture to store multiple images.

Definition at line 130 of file ImageView.h.


The documentation for this class was generated from the following file: