Woolz Image Processing
Version 1.7.5
|
Linked list based polygon data structure. More...
Data Fields | |
struct _WlzMeshPolyVx * | prev |
struct _WlzMeshPolyVx * | next |
int | id |
WlzDVertex2 | vx |
Linked list based polygon data structure.
struct _WlzMeshPolyVx* _WlzMeshPolyVx::prev |
Referenced by WlzMeshFromObjBox().
struct _WlzMeshPolyVx* _WlzMeshPolyVx::next |
Next vertex in polygon.
Referenced by WlzMeshFromObjBox().
int _WlzMeshPolyVx::id |
Previous vertex in polygon.
Referenced by WlzMeshFromObjBox().
WlzDVertex2 _WlzMeshPolyVx::vx |
Index of the element.
Referenced by WlzMeshFromObjBox().