Woolz Image Processing
Version 1.7.5
|
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 nrerror(), WlzGMDiskTJoin(), WlzGMModelAddVertexToHT(), WlzGMModelConstructS(), WlzGMModelCopy(), WlzGMModelDeleteE(), WlzGMModelDeleteV(), WlzGMVertexCommonEdge(), WlzGMVertexShellDist(), WlzGMVertexTAppend(), WlzGMVertexTUnlink(), WlzMatchICPWeightMatches(), and WlzVertexHeapSortIdxFnD3().
struct _WlzGMVertexT* _WlzGMVertexT::prev |
Previous vertexT in disk.
Referenced by WlzGMDiskTJoin(), WlzGMModelConstructS(), WlzGMModelCopy(), WlzGMVertexTAppend(), WlzGMVertexTUnlink(), and WlzVertexHeapSortIdxFnD3().
struct _WlzGMDiskT* _WlzGMVertexT::diskT |
The disk topology element that this vertex topology element is in.
Referenced by nrerror(), WlzAffineTransformGMShell(), WlzCMeshFromGM(), WlzEffWriteObjObj(), WlzEffWriteObjPly2(), WlzEffWriteObjSMesh(), WlzEffWriteObjVtk(), WlzGeometryTrackUpAndDown_s(), WlzGetSectionFromGMModel(), WlzGMDiskTJoin(), WlzGMEdgeCommonDiskT(), WlzGMEdgeCommonVertex(), WlzGMEdgeCommonVertexGetDiskTs(), WlzGMEdgeTInsertRadial(), WlzGMFaceGetG3D(), WlzGMFilterGeomLPLM(), WlzGMModelAddVertexToHT(), WlzGMModelConstructS(), WlzGMModelConstructSimplex3N(), WlzGMModelCopy(), WlzGMModelDeleteS(), WlzGMModelDeleteV(), WlzGMModelSetSG(), WlzGMModelSpxStats(), WlzGMShellComputeGBB(), WlzGMVerifyLoopT(), WlzGMVertexNormal3D(), WlzGMVertexShellDist(), WlzGMVertexTUnlink(), WlzMatchICPWeightMatches(), WlzRasterLineSetItv2D(), WlzVertexHeapSortIdxFnD3(), and WlzWriteObj().
struct _WlzGMEdgeT* _WlzGMVertexT::parent |
Parent of this vertex topology element.
Referenced by WlzGeometryTrackUpAndDown_s(), WlzGMFilterGeomLPLM(), WlzGMModelAddVertexToHT(), WlzGMModelConstructS(), WlzGMModelCopy(), WlzGMModelDeleteV(), WlzGMModelSetSG(), WlzGMVertexCommonEdge(), WlzGMVertexGetShell(), WlzGMVertexNormal3D(), WlzGMVertexShellDist(), WlzGMVertexTUnlink(), WlzMatchICPWeightMatches(), and WlzVertexHeapSortIdxFnD3().