Woolz Image Processing  Version 1.7.5
_WlzAffineTransform Struct Reference

Either a 2D or 3D affine transform. The homogeneous matrix (mat) is always allocated as a 4x4 AlcDouble2Alloc style array. It is used as a 3x3 matrix for 2D and as a 4x4 matrix for 3D affine transforms. Typedef: WlzAffineTransform. More...

Data Fields

WlzTransformType type
 
int linkcount
 
void * freeptr
 
double ** mat
 

Detailed Description

Either a 2D or 3D affine transform. The homogeneous matrix (mat) is always allocated as a 4x4 AlcDouble2Alloc style array. It is used as a 3x3 matrix for 2D and as a 4x4 matrix for 3D affine transforms. Typedef: WlzAffineTransform.

Field Documentation

int _WlzAffineTransform::linkcount
void* _WlzAffineTransform::freeptr

From WlzCoreDomain.

Referenced by WlzReadObj().


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