Misplaced Pages

Linear octree

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Data structure tree
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Linear octree" – news · newspapers · books · scholar · JSTOR (May 2024) (Learn how and when to remove this message)

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

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

  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.
Stub icon

This algorithms or data structures-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: