Woolz Image Processing Version 1.4.0
|
A directed loop or the topological properties of a loop. Typedef: WlzGMLoopT. More...
Data Fields | |
WlzGMElemType | type |
int | idx |
struct _WlzGMLoopT * | next |
struct _WlzGMLoopT * | prev |
struct _WlzGMLoopT * | opp |
struct _WlzGMFace * | face |
WlzGMEdgeT * | edgeT |
struct _WlzGMShell * | parent |
A directed loop or the topological properties of a loop. Typedef: WlzGMLoopT.
WLZ_GMELM_LOOP_T
Referenced by WlzGMModelNewLT(), and WlzGMVerifyLoopT().
int _WlzGMLoopT::idx |
Unique identifier for loop topology element.
Referenced by WlzGMModelCopy(), WlzGMModelDeleteS(), WlzGMModelFreeLT(), WlzGMModelNewLT(), WlzGMModelResIdx(), and WlzGMVerifyLoopT().
struct _WlzGMLoopT* _WlzGMLoopT::next |
The next loopT in the parent.
Referenced by WlzAffineTransformGMShell(), WlzGetSectionFromGMModel(), WlzGMLoopTAppend(), WlzGMLoopTUnlink(), WlzGMModelCopy(), WlzGMModelDeleteS(), WlzGMShellComputeGBB(), WlzGMShellSimplexCnt(), WlzGMVerifyLoopT(), and WlzGMVerifyShell().
struct _WlzGMLoopT* _WlzGMLoopT::prev |
The previous loopT in the parent.
Referenced by WlzGMLoopTAppend(), WlzGMLoopTUnlink(), WlzGMModelCopy(), and WlzGMVerifyLoopT().
struct _WlzGMLoopT* _WlzGMLoopT::opp |
The opposite loop topology element.
Referenced by WlzGMFilterFlipOrient(), WlzGMModelConstructSimplex3N(), and WlzGMModelCopy().
struct _WlzGMFace* _WlzGMLoopT::face |
The face not used in 2D models.
Referenced by WlzGetSectionFromGMModel(), WlzGMEdgeCommonFace(), WlzGMModelCopy(), WlzGMModelDeleteS(), and WlzGMShellSimplexCnt().
An edge topology element in this loop topology element, the others can be found by walking the edgeT's next/prev fields.
Referenced by WlzAffineTransformGMShell(), WlzCMeshFromGM(), WlzGetSectionFromGMModel(), WlzGMEdgeTUnlink(), WlzGMFaceGetG3D(), WlzGMModelConstructSimplex3N(), WlzGMModelCopy(), WlzGMModelDeleteS(), WlzGMModelSetSG(), WlzGMModelSpxStats(), WlzGMShellComputeGBB(), WlzGMShellSimplexCnt(), and WlzGMVerifyLoopT().
struct _WlzGMShell* _WlzGMLoopT::parent |
Parent of this loopT.
Referenced by WlzGMEdgeGetShell(), WlzGMLoopTUnlink(), WlzGMModelCopy(), WlzGMModelSetSG(), WlzGMVerifyLoopT(), WlzGMVerifyShell(), and WlzGMVertexGetShell().