Woolz Image Processing  Version 1.8.3
_WlzLSNod Struct Reference

A node entry in a node queue data structure used when computing a line skeleton segment. Typedef: WlzLSNod. More...

Data Fields

struct _WlzLSNodprevQ
 
struct _WlzLSNodnextQ
 
struct _WlzLSNodnextT
 
struct _WlzLSNodfrom
 
WlzIVertex3 pos
 
WlzLSNodState state
 
double cost
 

Detailed Description

A node entry in a node queue data structure used when computing a line skeleton segment. Typedef: WlzLSNod.

Field Documentation

◆ prevQ

struct _WlzLSNod* _WlzLSNod::prevQ

Previous node in the priority queue.

◆ nextQ

struct _WlzLSNod* _WlzLSNod::nextQ

Next node in the priority queue.

◆ nextT

struct _WlzLSNod* _WlzLSNod::nextT

Next node in the hash table.

◆ from

struct _WlzLSNod* _WlzLSNod::from

Node from which the frontier propagated to this node.

◆ pos

WlzIVertex3 _WlzLSNod::pos

Position of the node.

◆ state

WlzLSNodState _WlzLSNod::state

Node state.

◆ cost

double _WlzLSNod::cost

Cost from source to this node.


The documentation for this struct was generated from the following file: