Doubly linked face list
In applied mathematics, a doubly linked face list (DLFL) is an efficient data structure for storing 2-manifold mesh data. The structure stores linked lists for a 3D mesh's faces, edges, vertices, and corners. The structure guarantees the preservation of the manifold property.[1][2]
This data structure is used by the 3D modeling software TopMod.[3]
References
- ↑ Chen, Jianer (1997), "Algorithmic graph embeddings", Theoretical Computer Science 181 (2): 247–266, doi:10.1016/S0304-3975(96)00273-3, MR 1465274.
- ↑ dos Santos, Thiago R.; Meinzer, Hans-Peter; Maier-Hein, Lena (2011), "Extending the doubly linked face list for the representation of 2-pseudomanifolds and 2-manifolds with boundaries", International Journal of Computational Geometry & Applications 21 (4): 467–494, doi:10.1142/S0218195911003767, MR 2826033.
- ↑ Tett, Stuart Tosten (2007), A scripting interface for doubly linked face list based polygonal meshes, Ph.D. thesis, Texas A&M University.