Package dsc_suite :: Package ds :: Module slicing_tree
[hide private]
[frames] | no frames]

Module slicing_tree

source code

module slicing_tree

module implementing the slicing tree data structure

Classes [hide private]
  SlicingTreeArrayCell
  SlicingTreeArray
  SlicingTree
class SlicingTree(DataStructure) - Slicing Tree implementation
Variables [hide private]
  STAE_TAG = 0
  STAE_PARENT = 1
  STAE_LEFT_CHILD = 2
  STAE_RIGHT_CHILD = 3
  STAE_X = 4
  STAE_Y = 5
  STAE_Z = 6
  STAE_WIDTH = 7
  STAE_HEIGHT = 8
  STAE_DEPTH = 9
  __package__ = 'dsc_suite.ds'