![]() |
Blender V2.61 - r43446
|
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 int | colormap |
| int | file |
| unsigned short | flags |
| short | dorev |
| short | x |
| short | y |
| short | z |
| short | cnt |
| unsigned short * | ptr |
| unsigned short * | base |
| unsigned short * | tmpbuf |
| unsigned int | offset |
| unsigned int | rleend |
| unsigned int * | rowstart |
| int * | rowsize |
| unsigned short* IMAGE::base |
| short IMAGE::cnt |
| unsigned int IMAGE::colormap |
| unsigned short IMAGE::dim |
Definition at line 47 of file iris.c.
Referenced by readheader(), and writeheader().
| short IMAGE::dorev |
| int IMAGE::file |
| unsigned short IMAGE::flags |
| unsigned short IMAGE::imagic |
Definition at line 45 of file iris.c.
Referenced by imb_loadiris(), readheader(), and writeheader().
| unsigned int IMAGE::max |
Definition at line 52 of file iris.c.
Referenced by writeheader().
| unsigned int IMAGE::min |
Definition at line 51 of file iris.c.
Referenced by writeheader().
| char IMAGE::name[80] |
| unsigned int IMAGE::offset |
| unsigned short* IMAGE::ptr |
| unsigned int IMAGE::rleend |
| int* IMAGE::rowsize |
| unsigned int* IMAGE::rowstart |
| unsigned short* IMAGE::tmpbuf |
| unsigned short IMAGE::type |
Definition at line 46 of file iris.c.
Referenced by imb_loadiris(), readheader(), and writeheader().
| unsigned int IMAGE::wastebytes |
| unsigned short IMAGE::xsize |
Definition at line 48 of file iris.c.
Referenced by imb_loadiris(), readheader(), and writeheader().
| unsigned short IMAGE::ysize |
Definition at line 49 of file iris.c.
Referenced by imb_loadiris(), readheader(), and writeheader().
| unsigned short IMAGE::zsize |
Definition at line 50 of file iris.c.
Referenced by imb_loadiris(), readheader(), and writeheader().