Woolz Image Processing
Version 1.7.5
|
Data structure for GM model element creation and destruction callbacks. Typedef: WlzMatchICPCbData. More...
Data Fields | |
int | nNS |
int | nFS |
WlzErrorNum | errNum |
struct _WlzMatchICPShellList * | list |
Data structure for GM model element creation and destruction callbacks. Typedef: WlzMatchICPCbData.
int _WlzMatchICPCbData::nNS |
Number of shells created.
Referenced by WlzMatchICPCtr(), and WlzMatchICPWeightMatches().
int _WlzMatchICPCbData::nFS |
Number of shells destroyed.
Referenced by WlzMatchICPCtr(), and WlzMatchICPWeightMatches().
WlzErrorNum _WlzMatchICPCbData::errNum |
Woolz error code.
Referenced by WlzMatchICPCtr(), and WlzMatchICPWeightMatches().
struct _WlzMatchICPShellList* _WlzMatchICPCbData::list |
List of shells.
Referenced by WlzMatchICPCtr(), and WlzMatchICPWeightMatches().