|
Woolz Image Processing
Version 1.7.5
|
Finite element warping feature match point. Typedef: WlzFMatchPoint. More...
Data Fields | |
| WlzMatchType | type |
| int | node |
| WlzFVertex2 | ptcoords |
| int | elements [20] |
| WlzFeatureVector * | features |
Finite element warping feature match point. Typedef: WlzFMatchPoint.
| WlzMatchType _WlzFMatchPoint::type |
Match type.
Referenced by WlzReadObj(), and WlzWriteObj().
| int _WlzFMatchPoint::node |
Node or element to which point attached.
Referenced by WlzReadObj(), and WlzWriteObj().
| WlzFVertex2 _WlzFMatchPoint::ptcoords |
Coordinate of interesting point.
Referenced by WlzReadObj(), and WlzWriteObj().
| int _WlzFMatchPoint::elements[20] |
Array of elements in which to search for point.
Referenced by WlzReadObj(), and WlzWriteObj().
| WlzFeatureVector* _WlzFMatchPoint::features |
Pointer to features of point.