Woolz Image Processing  Version 1.8.3
_WlzIndexedValues Struct Reference

In indexed value table. Typedef: WlzIndexedValues. More...

Data Fields

WlzObjectType type
 
int linkcount
 
void * freeptr
 
int rank
 
int * dim
 
WlzGreyType vType
 
WlzValueAttach attach
 
AlcVectorvalues
 

Detailed Description

In indexed value table. Typedef: WlzIndexedValues.

Field Documentation

◆ type

◆ linkcount

int _WlzIndexedValues::linkcount

From WlzCoreValues.

◆ freeptr

void* _WlzIndexedValues::freeptr

From WlzCoreValues, although this won't free the values themselves.

◆ rank

◆ dim

int* _WlzIndexedValues::dim

The dimensions of individual indexed values. The dimensions are a 1D array with the number of entries equal to the rank. A dimension array is only allocated if the rank > 0, for rank == 0 dim is NULL.

Referenced by WlzBasisFnSetCMesh2D(), WlzBasisFnSetCMesh3D(), WlzCMeshComputeCurvaturesFromNodNorm(), WlzCMeshComputeNormalsNod(), WlzCMeshExtract2D(), WlzCMeshFlatten2D5(), WlzCMeshIntersect(), WlzCMeshIntersectDom2D5(), WlzCMeshToDomObjValues(), WlzCMeshTransformObj(), WlzCopyIndexedValues(), WlzCopyObject(), WlzCopyScaleCMeshValue(), WlzFreeIndexedValues(), WlzIndexedValueSize(), and WlzMakeIndexedValues().

◆ vType

◆ attach

◆ values


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