Jump to content

Linear octree

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pgan002 (talk | contribs) at 03:24, 4 March 2011 (Created page with 'A '''linear octree''' is an octree that is complete (that is, every internal node has exactly 8 child nodes) and where the maximum permissible depth is fixe...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A linear octree is an octree that is complete (that is, every internal node has exactly 8 child nodes) and where the maximum permissible depth is fixed a priori (making it sufficient to store the complete list of leaf nodes). A linear octree can be represented by a linear array instead of a tree data structure. That is, 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.