RenderTools::Image Class Reference
#include <Image.h>
List of all members.
Detailed Description
Definition at line 13 of file Image.h.
Constructor & Destructor Documentation
| RenderTools::Image::Image |
( |
void |
|
) |
|
| RenderTools::Image::~Image |
( |
void |
|
) |
[virtual] |
Member Function Documentation
| void RenderTools::Image::createProperties |
( |
void |
|
) |
[virtual] |
| void RenderTools::Image::deleteImage |
( |
bool |
send = true |
) |
|
| GLuint RenderTools::Image::getBytesPerPixel |
( |
void |
|
) |
const |
| GLuint RenderTools::Image::getChannels |
( |
void |
|
) |
const |
| const void * RenderTools::Image::getData |
( |
void |
|
) |
const |
| const string & RenderTools::Image::getFilename |
( |
void |
|
) |
const |
| GLenum RenderTools::Image::getFormat |
( |
void |
|
) |
const |
| GLuint RenderTools::Image::getHeight |
( |
void |
|
) |
const |
| GLenum RenderTools::Image::getType |
( |
void |
|
) |
const |
| const string RenderTools::Image::getTypeName |
( |
bool |
ofComponent = false |
) |
const [virtual] |
| GLuint RenderTools::Image::getWidth |
( |
void |
|
) |
const |
| void RenderTools::Image::onInitialize |
( |
void |
|
) |
[virtual] |
| void RenderTools::Image::onPropertyEvent |
( |
const PropertyEvent & |
e |
) |
[virtual] |
| void RenderTools::Image::save |
( |
string |
filename |
) |
|
| void RenderTools::Image::screenDump |
( |
int |
w, |
|
|
int |
h, |
|
|
string |
filename | |
|
) |
| | [static] |
| void RenderTools::Image::setData |
( |
const void * |
data, |
|
|
bool |
send = true | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/development/RenderTools/src/factory/Image.h
- C:/development/RenderTools/src/factory/Image.cpp