gk::TImageCube< T > Class Template Reference
List of all members.
Public Member Functions |
| TImageCube (const int w, const int h) |
const TImage< T > * | operator[] (const unsigned int face) const |
TImage< T > * | operator[] (const unsigned int face) |
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::TImageCube< T >
The documentation for this class was generated from the following file: