Woolz Image Processing
Version 1.7.5
|
A plane-wise 3D finite element warping transform. Typedef: Wlz3DWarpTrans. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
WlzPlaneDomain * | pdom |
WlzFMatchObj ** | intptdoms |
int | iteration |
int | currentplane |
float | maxdisp |
WlzPropertyList * | plist |
WlzObject * | assoc |
A plane-wise 3D finite element warping transform. Typedef: Wlz3DWarpTrans.
WlzObjectType _Wlz3DWarpTrans::type |
From WlzCoreObject.
Referenced by WlzReadObj().
int _Wlz3DWarpTrans::linkcount |
From WlzCoreObject.
Referenced by WlzReadObj().
WlzPlaneDomain* _Wlz3DWarpTrans::pdom |
Plane domain.
Referenced by WlzFree3DWarpTrans(), WlzReadObj(), and WlzWriteObj().
WlzFMatchObj** _Wlz3DWarpTrans::intptdoms |
Array of pointers to interesting point objects.
Referenced by WlzFree3DWarpTrans(), WlzReadObj(), and WlzWriteObj().
int _Wlz3DWarpTrans::iteration |
Current iteration.
Referenced by WlzReadObj(), and WlzWriteObj().
int _Wlz3DWarpTrans::currentplane |
Current plane.
Referenced by WlzReadObj(), and WlzWriteObj().
float _Wlz3DWarpTrans::maxdisp |
Maximum displacement.
Referenced by WlzReadObj(), and WlzWriteObj().
WlzPropertyList* _Wlz3DWarpTrans::plist |
A list of the object's properties.
Referenced by WlzReadObj().
WlzObject* _Wlz3DWarpTrans::assoc |
Associated object.