|
Woolz Image Processing
Version 1.8.3
|
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.
| int _WlzConvHullVtx::cvx |
Vertex is on the convex hull.
| struct _WlzConvHullArc* _WlzConvHullVtx::arc |
Conflict list.
| struct _WlzConvHullVtx* _WlzConvHullVtx::nxt |
Next vertex in list.
| struct _WlzConvHullVtx* _WlzConvHullVtx::prv |
Previous vertex in list.