Woolz Image Processing
Version 1.7.5
|
An entry of an element queue. Typedef: WlzCMeshFMarElmQEnt. More...
Data Fields | |
double | priority |
WlzCMeshElmP | elm |
An entry of an element queue. Typedef: WlzCMeshFMarElmQEnt.
double _WlzCMeshFMarElmQEnt::priority |
Priority of queue entry: The priority is the simple sum of the priority of the nodes (2 for an upwind node or the current node, 1 for any other known node and zero for an unknown (down wind) node).
Referenced by WlzCMeshFMarNodes3D().
WlzCMeshElmP _WlzCMeshFMarElmQEnt::elm |
Element pointer.
Referenced by WlzCMeshFMarNodes2D(), and WlzCMeshFMarNodes3D().