Classes | Public Member Functions | Protected Attributes

ImageTGA Class Reference

#include <Image.h>

Inheritance diagram for ImageTGA:
Inheritance graph
[legend]
Collaboration diagram for ImageTGA:
Collaboration graph
[legend]

List of all members.

Classes

struct  TGA_Header

Public Member Functions

 ImageTGA (const ImageBuffer &ibuff)
bool isPowerOfTwo () const
GLsizei width () const
GLsizei height () const
GLint numMipmaps () const
GLenum format () const
GLint components () const
const GLubyte * pixels () const
const string & name () const
bool stdCoordSystem () const

Protected Attributes

GLsizei _width
GLsizei _height
GLint _numMipmaps
GLenum _format
GLint _components
GLubyte * _pixels
string _name
bool _standardCoordSystem

Detailed Description

Definition at line 218 of file Image.h.


Constructor & Destructor Documentation

ImageTGA::ImageTGA ( const ImageBuffer ibuff  ) 

Definition at line 178 of file Image.cpp.


Member Function Documentation

bool Image::isPowerOfTwo (  )  const [inherited]

Definition at line 142 of file Image.cpp.

GLsizei Image::width (  )  const [inline, inherited]

Definition at line 178 of file Image.h.

GLsizei Image::height (  )  const [inline, inherited]

Definition at line 179 of file Image.h.

GLint Image::numMipmaps (  )  const [inline, inherited]

Definition at line 180 of file Image.h.

GLenum Image::format (  )  const [inline, inherited]

Definition at line 181 of file Image.h.

GLint Image::components (  )  const [inline, inherited]

Definition at line 182 of file Image.h.

const GLubyte* Image::pixels (  )  const [inline, inherited]

Definition at line 183 of file Image.h.

const string& Image::name (  )  const [inline, inherited]

Definition at line 184 of file Image.h.

bool Image::stdCoordSystem (  )  const [inline, inherited]

Definition at line 185 of file Image.h.


Member Data Documentation

GLsizei Image::_width [protected, inherited]

Definition at line 189 of file Image.h.

GLsizei Image::_height [protected, inherited]

Definition at line 190 of file Image.h.

GLint Image::_numMipmaps [protected, inherited]

Definition at line 191 of file Image.h.

GLenum Image::_format [protected, inherited]

Definition at line 195 of file Image.h.

GLint Image::_components [protected, inherited]

Definition at line 196 of file Image.h.

GLubyte* Image::_pixels [protected, inherited]

Definition at line 199 of file Image.h.

string Image::_name [protected, inherited]

Definition at line 201 of file Image.h.

bool Image::_standardCoordSystem [protected, inherited]

Definition at line 205 of file Image.h.


The documentation for this class was generated from the following files: