Blender V4.5
IRIS_Header Struct Reference

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]
 

Detailed Description

The SGI IRIS header.

Not directly read and written, although this maps neatly to the on-disk value.

Definition at line 38 of file format_iris.cc.

Member Data Documentation

◆ _pad1

uchar IRIS_Header::_pad1[4]

Definition at line 47 of file format_iris.cc.

◆ _pad2

uchar IRIS_Header::_pad2[404]

Definition at line 50 of file format_iris.cc.

◆ colormap

uint IRIS_Header::colormap

Definition at line 49 of file format_iris.cc.

◆ dim

ushort IRIS_Header::dim

Definition at line 41 of file format_iris.cc.

Referenced by output_iris(), readheader(), and writeheader().

◆ imagic

ushort IRIS_Header::imagic

Definition at line 39 of file format_iris.cc.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ max

uint IRIS_Header::max

Definition at line 46 of file format_iris.cc.

Referenced by output_iris(), and writeheader().

◆ min

uint IRIS_Header::min

Definition at line 45 of file format_iris.cc.

Referenced by output_iris(), and writeheader().

◆ name

char IRIS_Header::name[80]

Definition at line 48 of file format_iris.cc.

◆ type

ushort IRIS_Header::type

Definition at line 40 of file format_iris.cc.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ xsize

ushort IRIS_Header::xsize

Definition at line 42 of file format_iris.cc.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ ysize

ushort IRIS_Header::ysize

Definition at line 43 of file format_iris.cc.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ zsize

ushort IRIS_Header::zsize

Definition at line 44 of file format_iris.cc.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().


The documentation for this struct was generated from the following file: