VRUT::ImageDDS::DdsLoadInfo Struct Reference

Image data. More...

#include <imagedds.h>

List of all members.

Public Member Functions

 DdsLoadInfo ()
 Constructor.
 ~DdsLoadInfo ()
 Destructor.

Public Attributes

bool compressed
bool swap
bool palette
unsigned int divSize
unsigned int blockBytes
GLenum internalFormat
GLenum externalFormat
GLenum type
DDS_header header
unsigned char * data


Detailed Description

Image data.

Definition at line 172 of file imagedds.h.


Constructor & Destructor Documentation

VRUT::ImageDDS::DdsLoadInfo::DdsLoadInfo (  )  [inline]

Constructor.

Definition at line 186 of file imagedds.h.

00186 : data((unsigned char *)NULL)  {}

VRUT::ImageDDS::DdsLoadInfo::~DdsLoadInfo (  )  [inline]

Destructor.

Definition at line 188 of file imagedds.h.

00189                      {
00190                             SAFE_DELETE_ARR(data);
00191                      }


Member Data Documentation

Definition at line 174 of file imagedds.h.

Definition at line 175 of file imagedds.h.

Definition at line 176 of file imagedds.h.

Definition at line 177 of file imagedds.h.

Definition at line 178 of file imagedds.h.

Definition at line 179 of file imagedds.h.

Definition at line 180 of file imagedds.h.

Definition at line 181 of file imagedds.h.

Definition at line 182 of file imagedds.h.

Definition at line 183 of file imagedds.h.


The documentation for this struct was generated from the following file:

Generated on Tue Mar 10 14:41:43 2009 for VRUT by  doxygen 1.5.5