Woolz Image Processing  Version 1.8.3
_WlzEffAmHead Struct Reference

Head of a list of Amira materials. Typedef: WlzEffAmHead. More...

Data Fields

int versionMajor
 
int versionMinor
 
WlzEffAmDim dim
 
WlzEffAmFormat fmt
 
WlzEffAmEndian endian
 
WlzEffAmLatType latType
 
WlzEffAmDatType latDatType
 
WlzEffAmCoordType coordType
 
WlzDBox3 bBox
 
WlzIVertex3 latSize
 
int latBytes
 
int latLabel
 
WlzEffAmLatComp latComp
 
int matCount
 
WlzEffAmMaterialmaterials
 
char * imageData
 

Detailed Description

Head of a list of Amira materials. Typedef: WlzEffAmHead.

Field Documentation

◆ versionMajor

int _WlzEffAmHead::versionMajor

◆ versionMinor

int _WlzEffAmHead::versionMinor

◆ dim

WlzEffAmDim _WlzEffAmHead::dim

Dimension of the data.

◆ fmt

WlzEffAmFormat _WlzEffAmHead::fmt

Data format.

◆ endian

WlzEffAmEndian _WlzEffAmHead::endian

Whether the binary data in a file is big or little endian?

◆ latType

WlzEffAmLatType _WlzEffAmHead::latType

Lattice type.

◆ latDatType

WlzEffAmDatType _WlzEffAmHead::latDatType

Lattice data type.

◆ coordType

WlzEffAmCoordType _WlzEffAmHead::coordType

Coordinate type.

◆ bBox

WlzDBox3 _WlzEffAmHead::bBox

Real world coordinates of the bounding box.

◆ latSize

WlzIVertex3 _WlzEffAmHead::latSize

Lattice size.

◆ latBytes

int _WlzEffAmHead::latBytes

Number of bytes to read.

◆ latLabel

int _WlzEffAmHead::latLabel

Label for lattice.

◆ latComp

WlzEffAmLatComp _WlzEffAmHead::latComp

Lattice compression.

◆ matCount

int _WlzEffAmHead::matCount

Number of materials.

◆ materials

WlzEffAmMaterial* _WlzEffAmHead::materials

Linked list of materials, with the first item in the list having a NULL 'prev' entry and the last having a NULL 'next' entry.

◆ imageData

char* _WlzEffAmHead::imageData

Associated image file.


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