- Linear octrees
An
octree is said to be complete if everyinternal node has exactly 8child nodes . If the maximum permissible depth of an octree is fixed a priori, then it is sufficient to store the complete list ofleaf node s of the octree. Such a representation is referred to a Linear octree, since a lineararray is sufficient for this representation instead of thetree data structure . All the nodes of the octree can be generated from the list of its leaf nodes.Space filling curves are often used to represent linear octrees.
Wikimedia Foundation. 2010.