gk::TImageArray< T > Class Template Reference
List of all members.
Public Member Functions |
|
| TImageArray (const int w, const int h, const int count=1) |
|
int | width () const |
|
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 int index) const |
|
TImage< T > * | operator[] (const int index) |
Protected Attributes |
|
std::vector< TImage< T > * > | m_images |
|
int | m_width |
|
int | m_height |
template<class T>
class gk::TImageArray< T >
The documentation for this class was generated from the following file: