|
Woolz Image Processing
Version 1.7.5
|
A 2D convex hull with counter clockwise ordered vertices and segments implicitly defined by the polygon of the ordered vertices. Typedef: WlzConvHullDomain3. More...
Data Fields | |
| WlzObjectType | type |
| int | linkcount |
| void * | freeptr |
| int | nVertices |
| int | maxVertices |
| WlzVertexType | vtxType |
| WlzVertex | centroid |
| WlzVertexP | vertices |
A 2D convex hull with counter clockwise ordered vertices and segments implicitly defined by the polygon of the ordered vertices. Typedef: WlzConvHullDomain3.
| WlzObjectType _WlzConvHullDomain2::type |
From WlzCoreDomain (WLZ_CONVHULL_DOMAIN_2D).
Referenced by WlzConvexHullCopy2(), WlzFreeConvexHullDomain2(), WlzMakeConvexHullDomain2(), WlzMwrAngle(), and WlzWriteMeshTransform3D().
| int _WlzConvHullDomain2::linkcount |
From WlzCoreDomain.
Referenced by WlzFreeConvexHullDomain2().
| void* _WlzConvHullDomain2::freeptr |
From WlzCoreDomain.
| int _WlzConvHullDomain2::nVertices |
Number of vertices.
Referenced by WlzConvexHullCopy2(), WlzConvexHullFromVtx2(), WlzMwrAngle(), WlzObjectFacts(), WlzObjToConvexHull(), WlzObjToConvexPolygon(), WlzReadMeshTransform3D(), and WlzWriteMeshTransform3D().
| int _WlzConvHullDomain2::maxVertices |
The maximum number of vertices for which space has been allocated.
Referenced by WlzMakeConvexHullDomain2(), and WlzObjectFacts().
| WlzVertexType _WlzConvHullDomain2::vtxType |
Vertex type, either WLZ_VERTEX_I2 or WLZ_VERTEX_D2.
Referenced by WlzConvexHullCopy2(), WlzConvexHullToObj(), WlzCopyDomain(), WlzMakeConvexHullDomain2(), WlzMwrAngle(), WlzObjectFacts(), WlzObjToConvexPolygon(), and WlzWriteMeshTransform3D().
| WlzVertex _WlzConvHullDomain2::centroid |
Centroid of the convex hull.
Referenced by WlzConvexHullFromVtx2(), WlzObjectFacts(), WlzObjToConvexPolygon(), WlzReadMeshTransform3D(), and WlzWriteMeshTransform3D().
| WlzVertexP _WlzConvHullDomain2::vertices |
Array of vertices.
Referenced by WlzConvexHullCopy2(), WlzConvexHullFromVtx2(), WlzFreeConvexHullDomain2(), WlzMakeConvexHullDomain2(), WlzMwrAngle(), WlzObjectFacts(), WlzObjToConvexHull(), WlzObjToConvexPolygon(), WlzReadMeshTransform3D(), and WlzWriteMeshTransform3D().