Woolz Image Processing
Version 1.7.5
|
A 3D linear binary tree node for spatial domain representation. Typedef: WlzLBTNode3D. More...
Data Fields | |
unsigned | flags |
unsigned | keys [4] |
A 3D linear binary tree node for spatial domain representation. Typedef: WlzLBTNode3D.
unsigned _WlzLBTNode3D::flags |
Bit flags fo the node.
Referenced by WlzLBTDomain3DFromPDomain(), and WlzLBTKeyToBox2I().
unsigned _WlzLBTNode3D::keys[4] |
A single location key which uses bit interleaving with the bits interleaved between the elements for column, line plane and term in that order. Each of the array elements must have at least WLZ_LBTDOMAIN_MAXDIGITS bits.
Referenced by WlzLBTBalanceDomain3D(), WlzLBTClassifyNodeFace3D(), WlzLBTCountNodNbrDir2D(), WlzLBTDomain3DFromPDomain(), WlzLBTDomainToPDomain(), WlzLBTKeyToBox2I(), WlzLBTNodeLogSz3D(), WlzLBTNodeSz3D(), WlzLBTTestOutputNodesTxt(), and WlzLBTTestOutputNodesVtk().