Jump to content

Linear octree

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Citation bot (talk | contribs) at 22:36, 28 July 2024 (Altered url. URLs might have been anonymized. Add: authors 1-1. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | #UCB_CommandLine). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A linear octree is an octree that is represented by a linear array instead of a tree data structure.[1]

To simplify implementation, a linear octree is usually 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). 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.

References

[edit]
  1. ^ Phua, Kang Hoh; Loe, Kia Fock (1991-09-10). Singapore Supercomputing Conference '90: Supercomputing For Strategic Advantage. World Scientific. p. 164. ISBN 978-981-4555-99-9.