Woolz Image Processing  Version 1.7.5
_WlzConvHullVtx Struct Reference

A vertex of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullVtx. More...

Data Fields

int idx
 
int cvx
 
struct _WlzConvHullArcarc
 
struct _WlzConvHullVtxnxt
 
struct _WlzConvHullVtxprv
 

Detailed Description

A vertex of the convex hull for use in a convex hull workspace. Typedef: WlzConvHullVtx.

Field Documentation

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.


The documentation for this struct was generated from the following file: