gKitGL
 All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Member Functions | Protected Member Functions | Protected Attributes
gk::TImageArray< T > Class Template Reference
Inheritance diagram for gk::TImageArray< T >:
gk::TImageCube< T >

List of all members.

Public Member Functions

 TImageArray (const unsigned int count=1)
unsigned int width () const
unsigned int height () const
unsigned int size () const
void clear ()
int push_back (TImage< T > *image)
int push_back (TImage< T > &image)
const TImage< T > * operator[] (const unsigned int index) const
TImage< T > *& operator[] (const unsigned int index)

Protected Member Functions

int isValid (TImage< T > *image)

Protected Attributes

std::vector< TImage< T > * > m_images
unsigned int m_width
unsigned int m_height

template<class T>
class gk::TImageArray< T >


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerator Friends