TextureData Struct Reference

Holds all necessary information and data frm a bmp-file. More...

#include <BitmapHeader.h>

Collaboration diagram for TextureData:

Collaboration graph
[legend]
List of all members.

Public Attributes

unsigned char * l_texture
_BITMAPFILEHEADER fileheader
_BITMAPINFOHEADER infoheader
_RGBTRIPLE rgb

Detailed Description

Holds all necessary information and data frm a bmp-file.

Definition at line 75 of file BitmapHeader.h.


Member Data Documentation

unsigned char* TextureData::l_texture

Definition at line 77 of file BitmapHeader.h.

Referenced by TextureInterface::bind(), TextureMasked::loadAndBind(), TextureAlpha::loadAndBind(), TextureInterface::loadBMP(), and TextureInterface::loadPNG().

_BITMAPFILEHEADER TextureData::fileheader

Definition at line 78 of file BitmapHeader.h.

Referenced by TextureInterface::loadBMP().

_BITMAPINFOHEADER TextureData::infoheader

Definition at line 79 of file BitmapHeader.h.

Referenced by TextureInterface::bind(), TextureMasked::loadAndBind(), TextureAlpha::loadAndBind(), TextureInterface::loadBMP(), and TextureInterface::loadPNG().

_RGBTRIPLE TextureData::rgb

Definition at line 80 of file BitmapHeader.h.

Referenced by TextureInterface::loadBMP().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 17 22:02:23 2007 for C0re by  doxygen 1.5.2