Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

CMaskImage Class Reference

#include <Utility.h>

List of all members.

Public Member Functions

 CMaskImage (int width, int height)
 CMaskImage (int width, int height, const GLubyte *data)
 CMaskImage (int width, int height, const char *rawFilename)
 CMaskImage (const CMaskImage &src)
 ~CMaskImage (void)
int GetWidth (void)
int GetHeight (void)

Public Attributes

char name [64]
int width
int height
GLubyte * rawdata


Detailed Description

Definition at line 324 of file Utility.h.


Constructor & Destructor Documentation

CMaskImage::CMaskImage int  width,
int  height
 

Definition at line 51 of file RawImage.cpp.

References rawdata.

CMaskImage::CMaskImage int  width,
int  height,
const GLubyte *  data
 

Definition at line 63 of file RawImage.cpp.

References rawdata.

CMaskImage::CMaskImage int  width,
int  height,
const char *  rawFilename
 

Definition at line 75 of file RawImage.cpp.

References globals, gtfo, pclose(), SGlobals::pfs, popen(), pread(), and rawdata.

CMaskImage::CMaskImage const CMaskImage src  ) 
 

Definition at line 95 of file RawImage.cpp.

References height, rawdata, and width.

CMaskImage::~CMaskImage void   ) 
 

Definition at line 105 of file RawImage.cpp.

References rawdata.


Member Function Documentation

int CMaskImage::GetHeight void   ) 
 

Definition at line 115 of file RawImage.cpp.

References height.

int CMaskImage::GetWidth void   ) 
 

Definition at line 110 of file RawImage.cpp.

References width.


Member Data Documentation

int CMaskImage::height
 

Definition at line 343 of file Utility.h.

Referenced by CMaskImage(), and GetHeight().

char CMaskImage::name[64]
 

Definition at line 342 of file Utility.h.

GLubyte* CMaskImage::rawdata
 

Definition at line 344 of file Utility.h.

Referenced by CMaskImage(), CRawImage::Merge(), and ~CMaskImage().

int CMaskImage::width
 

Definition at line 343 of file Utility.h.

Referenced by CMaskImage(), and GetWidth().


The documentation for this class was generated from the following files:
SourceForge.net Logo Documentation generated by doxygen