Woolz Image Processing
Version 1.8.3
|
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 _WlzGMVertexT * | next |
struct _WlzGMVertexT * | prev |
struct _WlzGMDiskT * | diskT |
struct _WlzGMEdgeT * | parent |
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.
WlzGMElemType _WlzGMVertexT::type |
WLZ_GMELM_VERTEX_T
Referenced by WlzGMModelNewVT(), and WlzGMVerifyLoopT().
int _WlzGMVertexT::idx |
Unique identifier for vertex topology element.
Referenced by WlzGMModelCopy(), WlzGMModelFreeVT(), WlzGMModelNewVT(), WlzGMModelResIdx(), and WlzGMVerifyLoopT().
struct _WlzGMVertexT* _WlzGMVertexT::next |
Next vertexT in disk.
Referenced by WlzGMDiskTJoin(), WlzGMModelCopy(), WlzGMModelDeleteV(), WlzGMVertexCommonEdge(), WlzGMVertexTAppend(), and WlzGMVertexTUnlink().
struct _WlzGMVertexT* _WlzGMVertexT::prev |
Previous vertexT in disk.
Referenced by WlzGMDiskTJoin(), WlzGMModelCopy(), WlzGMVertexTAppend(), and WlzGMVertexTUnlink().
struct _WlzGMDiskT* _WlzGMVertexT::diskT |
The disk topology element that this vertex topology element is in.
Referenced by WlzAffineTransformGMShell(), WlzCMeshFromGM(), WlzGetSectionFromGMModel(), WlzGMDiskTJoin(), WlzGMEdgeCommonDiskT(), WlzGMEdgeCommonVertex(), WlzGMEdgeCommonVertexGetDiskTs(), WlzGMEdgeTInsertRadial(), WlzGMFaceGetG3D(), WlzGMModelCopy(), WlzGMModelDeleteS(), WlzGMModelSetSG(), WlzGMModelSpxStats(), WlzGMShellComputeGBB(), WlzGMVerifyLoopT(), WlzGMVertexNormal3D(), and WlzGMVertexTUnlink().
struct _WlzGMEdgeT* _WlzGMVertexT::parent |
Parent of this vertex topology element.
Referenced by WlzGMModelCopy(), WlzGMModelDeleteV(), WlzGMModelSetSG(), WlzGMVertexCommonEdge(), WlzGMVertexGetShell(), WlzGMVertexNormal3D(), and WlzGMVertexTUnlink().