Woolz Image Processing
Version 1.8.3
|
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().
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 WlzLBTCountNodNbrDir2D(), WlzLBTDomain2DFromIDomain(), WlzLBTDomainToIDomain(), WlzLBTNodeLogSz2D(), WlzLBTNodeSz2D(), WlzLBTTestOutputNodesTxt(), and WlzLBTTestOutputNodesVtk().