Woolz Image Processing  Version 1.8.3
_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

◆ type

◆ linkcount

int _WlzAffineTransform::linkcount

From WlzCoreDomain.

Referenced by WlzAssignAffineTransform(), and WlzFreeAffineTransform().

◆ freeptr

void* _WlzAffineTransform::freeptr

From WlzCoreDomain.

◆ mat


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