Woolz Image Processing
Version 1.7.5
|
A vertex of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullVtx. More...
Data Fields | |
int | idx |
int | cvx |
struct _WlzConvHullArc * | arc |
struct _WlzConvHullVtx * | nxt |
struct _WlzConvHullVtx * | prv |
A vertex of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullVtx.
int _WlzConvHullVtx::idx |
Index of the vertex.
Referenced by WlzConvexHullFromVtx3().
int _WlzConvHullVtx::cvx |
Vertex is on the convex hull.
Referenced by WlzConvexHullFromVtx3().
struct _WlzConvHullArc* _WlzConvHullVtx::arc |
Conflict list.
Referenced by WlzConvexHullFromVtx3().
struct _WlzConvHullVtx* _WlzConvHullVtx::nxt |
Next vertex in list.
Referenced by WlzConvexHullFromVtx3().
struct _WlzConvHullVtx* _WlzConvHullVtx::prv |
Previous vertex in list.