#include <ImageRectangle.h>

Public Member Functions | |
| ImageRectangle () | |
| ~ImageRectangle () | |
| void | Display () |
| void | SetImage (char *) |
| std::istream & | Read (std::istream &) |
| void | Print (std::ostream &) |
Private Attributes | |
| bool | mIsFirsttime |
| std::string | mTexFilename |
| int | mTexWidth |
| int | mTexHeight |
| GLuint | mTexId |
| GLubyte * | mTexData |
| char | mFilename [100] |
| glotzopengl::ImageRectangle::ImageRectangle | ( | ) |
| glotzopengl::ImageRectangle::~ImageRectangle | ( | ) |
| void glotzopengl::ImageRectangle::Display | ( | ) | [virtual] |
Implements glotzopengl::GlObject.
| void glotzopengl::ImageRectangle::SetImage | ( | char * | filename | ) |
| std::istream & glotzopengl::ImageRectangle::Read | ( | std::istream & | is | ) |
| void glotzopengl::ImageRectangle::Print | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from glotzopengl::GlObject.
bool glotzopengl::ImageRectangle::mIsFirsttime [private] |
std::string glotzopengl::ImageRectangle::mTexFilename [private] |
int glotzopengl::ImageRectangle::mTexWidth [private] |
int glotzopengl::ImageRectangle::mTexHeight [private] |
GLuint glotzopengl::ImageRectangle::mTexId [private] |
GLubyte* glotzopengl::ImageRectangle::mTexData [private] |
char glotzopengl::ImageRectangle::mFilename[100] [private] |
1.5.3