Woolz Image Processing
Version 1.8.3
|
A node entry in a node queue data structure used when computing a line skeleton segment. Typedef: WlzLSNod. More...
Data Fields | |
struct _WlzLSNod * | prevQ |
struct _WlzLSNod * | nextQ |
struct _WlzLSNod * | nextT |
struct _WlzLSNod * | from |
WlzIVertex3 | pos |
WlzLSNodState | state |
double | cost |
A node entry in a node queue data structure used when computing a line skeleton segment. Typedef: WlzLSNod.
struct _WlzLSNod* _WlzLSNod::prevQ |
Previous node in the priority queue.
struct _WlzLSNod* _WlzLSNod::nextQ |
Next node in the priority queue.
struct _WlzLSNod* _WlzLSNod::nextT |
Next node in the hash table.
struct _WlzLSNod* _WlzLSNod::from |
Node from which the frontier propagated to this node.
WlzIVertex3 _WlzLSNod::pos |
Position of the node.
WlzLSNodState _WlzLSNod::state |
Node state.
double _WlzLSNod::cost |
Cost from source to this node.