|
Blender V5.0
|
Public Attributes | |
| ushort | imagic |
| ushort | type |
| ushort | dim |
| ushort | xsize |
| ushort | ysize |
| ushort | zsize |
| uint | min |
| uint | max |
| uchar | _pad1 [4] |
| char | name [80] |
| uint | colormap |
| uchar | _pad2 [404] |
The SGI IRIS header.
Not directly read and written, although this maps neatly to the on-disk value.
Definition at line 42 of file format_iris.cc.
| uchar IRIS_Header::_pad1[4] |
Definition at line 51 of file format_iris.cc.
| uchar IRIS_Header::_pad2[404] |
Definition at line 54 of file format_iris.cc.
| uint IRIS_Header::colormap |
Definition at line 53 of file format_iris.cc.
| ushort IRIS_Header::dim |
Definition at line 45 of file format_iris.cc.
Referenced by output_iris(), readheader(), and writeheader().
| ushort IRIS_Header::imagic |
Definition at line 43 of file format_iris.cc.
Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().
| uint IRIS_Header::max |
Definition at line 50 of file format_iris.cc.
Referenced by output_iris(), and writeheader().
| uint IRIS_Header::min |
Definition at line 49 of file format_iris.cc.
Referenced by output_iris(), and writeheader().
| char IRIS_Header::name[80] |
Definition at line 52 of file format_iris.cc.
| ushort IRIS_Header::type |
Definition at line 44 of file format_iris.cc.
Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().
| ushort IRIS_Header::xsize |
Definition at line 46 of file format_iris.cc.
Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().
| ushort IRIS_Header::ysize |
Definition at line 47 of file format_iris.cc.
Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().
| ushort IRIS_Header::zsize |
Definition at line 48 of file format_iris.cc.
Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().