Woolz Image Processing Version 1.4.0
|
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 |
WlzEffAmMaterial * | materials |
char * | imageData |
Head of a list of Amira materials. Typedef: WlzEffAmHead.
Dimension of the data.
Data format.
Whether the binary data in a file is big or little endian?
Lattice type.
Referenced by WlzEffReadObjAm().
Lattice data type.
Coordinate type.
Real world coordinates of the bounding box.
Lattice size.
Number of bytes to read.
Label for lattice.
Lattice compression.
Number of 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.
char* _WlzEffAmHead::imageData |
Associated image file.