#include <Image.h>
List of all members.
Detailed Description
Definition at line 153 of file Image.h.
Constructor & Destructor Documentation
Image::Image |
( |
|
) |
[inline, protected] |
Image::Image |
( |
const string & |
name, |
|
|
GLsizei |
w, |
|
|
GLsizei |
h, |
|
|
GLint |
numMipMaps, |
|
|
GLenum |
format, |
|
|
GLint |
components, |
|
|
const GLubyte * |
pixels, |
|
|
bool |
stdCoordSystem | |
|
) |
| | |
Image::~Image |
( |
|
) |
[virtual] |
Member Function Documentation
bool Image::isPowerOfTwo |
( |
|
) |
const |
GLsizei Image::width |
( |
|
) |
const [inline] |
GLsizei Image::height |
( |
|
) |
const [inline] |
GLint Image::numMipmaps |
( |
|
) |
const [inline] |
GLenum Image::format |
( |
|
) |
const [inline] |
GLint Image::components |
( |
|
) |
const [inline] |
const GLubyte* Image::pixels |
( |
|
) |
const [inline] |
const string& Image::name |
( |
|
) |
const [inline] |
bool Image::stdCoordSystem |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files: