#include <Utility.h>
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 |
Definition at line 324 of file Utility.h.
|
||||||||||||
|
Definition at line 51 of file RawImage.cpp. References rawdata. |
|
||||||||||||||||
|
Definition at line 63 of file RawImage.cpp. References rawdata. |
|
||||||||||||||||
|
Definition at line 75 of file RawImage.cpp. References globals, gtfo, pclose(), SGlobals::pfs, popen(), pread(), and rawdata. |
|
|
Definition at line 95 of file RawImage.cpp. |
|
|
Definition at line 105 of file RawImage.cpp. References rawdata. |
|
|
Definition at line 115 of file RawImage.cpp. References height. |
|
|
Definition at line 110 of file RawImage.cpp. References width. |
|
|
Definition at line 343 of file Utility.h. Referenced by CMaskImage(), and GetHeight(). |
|
|
|
|
|
Definition at line 344 of file Utility.h. Referenced by CMaskImage(), CRawImage::Merge(), and ~CMaskImage(). |
|
|
Definition at line 343 of file Utility.h. Referenced by CMaskImage(), and GetWidth(). |
|
|
Documentation generated by
|