Woolz Image Processing  Version 1.8.3
_WlzGMVertexT Struct Reference

The topological properties of a point in space. The ordering of the linked list of vertex topology elements formed by the 'next' and 'prev' pointers is not significant. Typedef: WlzGMVertexT. More...

Data Fields

WlzGMElemType type
 
int idx
 
struct _WlzGMVertexTnext
 
struct _WlzGMVertexTprev
 
struct _WlzGMDiskTdiskT
 
struct _WlzGMEdgeTparent
 

Detailed Description

The topological properties of a point in space. The ordering of the linked list of vertex topology elements formed by the 'next' and 'prev' pointers is not significant. Typedef: WlzGMVertexT.

Field Documentation

◆ type

WlzGMElemType _WlzGMVertexT::type

WLZ_GMELM_VERTEX_T

Referenced by WlzGMModelNewVT(), and WlzGMVerifyLoopT().

◆ idx

int _WlzGMVertexT::idx

Unique identifier for vertex topology element.

Referenced by WlzGMModelCopy(), WlzGMModelFreeVT(), WlzGMModelNewVT(), WlzGMModelResIdx(), and WlzGMVerifyLoopT().

◆ next

◆ prev

struct _WlzGMVertexT* _WlzGMVertexT::prev

Previous vertexT in disk.

Referenced by WlzGMDiskTJoin(), WlzGMModelCopy(), WlzGMVertexTAppend(), and WlzGMVertexTUnlink().

◆ diskT

◆ parent

struct _WlzGMEdgeT* _WlzGMVertexT::parent

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