raSystem
1.0 bata
|
Public Attributes | |
unsigned short | imagic |
unsigned short | type |
unsigned short | dim |
unsigned short | xsize |
unsigned short | ysize |
unsigned short | zsize |
unsigned int | min |
unsigned int | max |
unsigned int | wasteBytes |
char | name [80] |
unsigned long | colorMap |
FILE * | file |
unsigned char * | tmp |
unsigned char * | tmpR |
unsigned char * | tmpG |
unsigned char * | tmpB |
unsigned long | rleEnd |
unsigned int * | rowStart |
int * | rowSize |
Definition at line 49 of file raISGI.cpp.
unsigned long _ImageRec::colorMap |
Definition at line 57 of file raISGI.cpp.
unsigned short _ImageRec::dim |
Definition at line 52 of file raISGI.cpp.
FILE* _ImageRec::file |
Definition at line 58 of file raISGI.cpp.
unsigned short _ImageRec::imagic |
Definition at line 50 of file raISGI.cpp.
unsigned int _ImageRec::max |
Definition at line 54 of file raISGI.cpp.
unsigned int _ImageRec::min |
Definition at line 54 of file raISGI.cpp.
char _ImageRec::name[80] |
Definition at line 56 of file raISGI.cpp.
unsigned long _ImageRec::rleEnd |
Definition at line 60 of file raISGI.cpp.
int* _ImageRec::rowSize |
Definition at line 62 of file raISGI.cpp.
unsigned int* _ImageRec::rowStart |
Definition at line 61 of file raISGI.cpp.
unsigned char* _ImageRec::tmp |
Definition at line 59 of file raISGI.cpp.
unsigned char * _ImageRec::tmpB |
Definition at line 59 of file raISGI.cpp.
unsigned char * _ImageRec::tmpG |
Definition at line 59 of file raISGI.cpp.
unsigned char * _ImageRec::tmpR |
Definition at line 59 of file raISGI.cpp.
unsigned short _ImageRec::type |
Definition at line 51 of file raISGI.cpp.
unsigned int _ImageRec::wasteBytes |
Definition at line 55 of file raISGI.cpp.
unsigned short _ImageRec::xsize |
Definition at line 53 of file raISGI.cpp.
unsigned short _ImageRec::ysize |
Definition at line 53 of file raISGI.cpp.
unsigned short _ImageRec::zsize |
Definition at line 53 of file raISGI.cpp.