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