Woolz Image Processing  Version 1.7.5
_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

WlzObjectType _WlzConvHullDomain3::type

From WlzCoreDomain (WLZ_CONVHULL_DOMAIN_3D).

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

int _WlzConvHullDomain3::linkcount

From WlzCoreDomain.

Referenced by WlzFreeConvexHullDomain3().

void* _WlzConvHullDomain3::freeptr

From WlzCoreDomain.

int _WlzConvHullDomain3::maxVertices

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

Referenced by WlzMakeConvexHullDomain3(), and WlzObjectFacts().

int _WlzConvHullDomain3::maxFaces

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

Referenced by WlzMakeConvexHullDomain3(), and WlzObjectFacts().

WlzVertex _WlzConvHullDomain3::centroid
int* _WlzConvHullDomain3::faces

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