DCELbased
DCELbased refers to representations and algorithms that rely on the doubly connected edge list (DCEL) for modeling planar subdivisions and embedded graphs. A DCEL-based model organizes the subdivision into vertices, edges (as pairs of half-edges), half-edges themselves, and faces, with a network of pointers that supports efficient navigation around boundaries and at vertices.
In a DCEL, each half-edge has an origin vertex, a twin half-edge in the opposite direction, a
DCEL-based structures enable robust planar graph operations, such as traversing boundary cycles, determining adjacency among faces,
Applications of DCEL-based representations include geographic information systems, computer-aided design, computational geometry, and mesh or arrangement