Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Star-Vertices: a compact representation for planar meshes with adjacency information
Kallmann M., Thalmann D. Journal of Graphics Tools6 (1):7-18,2001.Type:Article
Date Reviewed: Jul 26 2002

Kallmann and Thalmann present a new data structure, called the “star-vertex,” for storing and accessing planar polygonal meshes. The most common representation used for polygon meshes is the polygon or triangle list (indexed face set), which consists of a list of x,y,z vertices followed by a set of polygons specified by indexing into the vertex list. While this representation is compact, it does not inherently contain adjacency information, such as which polygons bound a particular edge, or which edges emanate from a particular vertex. These types of queries are necessary for computational geometry and computer graphics applications. However, with increases in mesh size, it is important to store the adjacency information in as compact a way as possible. The star-vertex is a “compact” and general adjacency data structure. The data structure and some basic traversal algorithms are described using C++.

The paper is very well written, and a sample mesh is shown that illustrates the data structure and traversals clearly (the basic implementation is available online). More compact versions of the original data structure are discussed with the associated algorithmic tradeoffs. The different forms of the star-vertex data structure were compared with existing adjacency data structures such as the Directed-Edge and Quad-Edge, within an incremental Delaunay triangulation program. Although the star-vertex is not always the fastest or most compact structure, it is more general than others, since it can handle all types of polygonal meshes.

Reviewer:  Deborah Silver Review #: CR126299 (0210-0598)
Bookmark and Share
 
Geometric Algorithms, Languages, And Systems (I.3.5 ... )
 
 
Data Structures (E.1 )
 
Would you recommend this review?
yes
no
Other reviews under "Geometric Algorithms, Languages, And Systems": Date
Depth-order point classification techniques for CSG display algorithms
Jansen F. (ed) ACM Transactions on Graphics (TOG) 2(3): 40-70, 1983. Type: Article
Aug 1 1991
Oriented projective geometry
Stolfi J., Academic Press Prof., Inc., San Diego, CA, 1991. Type: Book (9780126720259)
Jul 1 1992
A linear time algorithm for computing the convex hull of an ordered crossing polygon
Ghosh S., Shyamasundar R. Pattern Recognition 17(3): 351-358, 1984. Type: Article
Jan 1 1985
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy