Woolz Image Processing  Version 1.8.3
_WlzConvHullDomain3 Struct Reference

A 3D convex hull with coordinate vertices and faces defined by vertex index triples. Typedef: WlzConvHullDomain3. More...

Data Fields

WlzObjectType type
 
int linkcount
 
void * freeptr
 
int nVertices
 
int maxVertices
 
int nFaces
 
int maxFaces
 
WlzVertexType vtxType
 
WlzVertex centroid
 
WlzVertexP vertices
 
int * faces
 

Detailed Description

A 3D convex hull with coordinate vertices and faces defined by vertex index triples. Typedef: WlzConvHullDomain3.

Field Documentation

◆ type

WlzObjectType _WlzConvHullDomain3::type

From WlzCoreDomain (WLZ_CONVHULL_DOMAIN_3D).

Referenced by WlzConvexHullCopy3(), WlzFreeConvexHullDomain3(), and WlzMakeConvexHullDomain3().

◆ linkcount

int _WlzConvHullDomain3::linkcount

From WlzCoreDomain.

Referenced by WlzFreeConvexHullDomain3().

◆ freeptr

void* _WlzConvHullDomain3::freeptr

From WlzCoreDomain.

◆ nVertices

int _WlzConvHullDomain3::nVertices

Number of vertices.

Referenced by WlzConvexHullCopy3().

◆ maxVertices

int _WlzConvHullDomain3::maxVertices

The maximum number of vertices for which space has been allocated.

Referenced by WlzMakeConvexHullDomain3().

◆ nFaces

int _WlzConvHullDomain3::nFaces

Number of faces.

Referenced by WlzConvexHullCopy3().

◆ maxFaces

int _WlzConvHullDomain3::maxFaces

The maximum number of faces for which space has been allocated.

Referenced by WlzMakeConvexHullDomain3().

◆ vtxType

WlzVertexType _WlzConvHullDomain3::vtxType

Vertex type, either WLZ_VERTEX_I3 or WLZ_VERTEX_D3.

Referenced by WlzConvexHullCopy3(), WlzCopyDomain(), and WlzMakeConvexHullDomain3().

◆ centroid

WlzVertex _WlzConvHullDomain3::centroid

Centroid of the convex hull.

◆ vertices

WlzVertexP _WlzConvHullDomain3::vertices

◆ faces

int* _WlzConvHullDomain3::faces

Array of face vertex indices, 3 vertex indices per face.

Referenced by WlzConvexHullCopy3(), WlzFreeConvexHullDomain3(), and WlzMakeConvexHullDomain3().


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