About: Doubly connected edge list     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatDataStructures, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FDoubly_connected_edge_list&invfp=IFP_OFF&sas=SAME_AS_OFF

The doubly connected edge list (DCEL), also known as half-edge data structure, is a data structure to represent an embedding of a planar graph in the plane, and polytopes in 3D. This data structure provides efficient manipulation of the topological information associated with the objects in question (vertices, edges, faces). It is used in many algorithms of computational geometry to handle polygonal subdivisions of the plane, commonly called planar straight-line graphs (PSLG). For example, a Voronoi diagram is commonly represented by a DCEL inside a bounding box.

AttributesValues
rdf:type
rdfs:label
  • Doubly-connected edge list (de)
  • Lista de aristas doblemente conectadas (es)
  • Doubly connected edge list (en)
  • Двусвязный список рёбер (ru)
  • Подвійно зв'язаний список ребер (uk)
rdfs:comment
  • Die Doubly-connected edge list (DCEL, doppelt verkettete Kantenliste) ist eine Datenstruktur, die einen zusammenhängenden planaren Graphen repräsentiert, der in die Ebene eingebettet ist. Die Datenstruktur wird in der algorithmischen Geometrie verwendet. (de)
  • The doubly connected edge list (DCEL), also known as half-edge data structure, is a data structure to represent an embedding of a planar graph in the plane, and polytopes in 3D. This data structure provides efficient manipulation of the topological information associated with the objects in question (vertices, edges, faces). It is used in many algorithms of computational geometry to handle polygonal subdivisions of the plane, commonly called planar straight-line graphs (PSLG). For example, a Voronoi diagram is commonly represented by a DCEL inside a bounding box. (en)
  • Una lista de aristas doblemente conectadas (DCEL por las iniciales de su nombre en inglés: doubly connected edge list), también conocida como estructura de datos de semiaristas, es una estructura de datos empleada para representar el embebido de un grafo plano en un plano, o en un politopo cuando se trata del espacio tridimensional. Esta estructura de datos facilita una manipulación eficiente de la información topológica asociada a los objetos en cuestión (vértices, aristas, caras). Se usa en muchos algoritmos de geometría computacional para manejar subdivisiones poligonales del plano, comúnmente llamadas (PSLG por las iniciales de su nombre en inglés: planar straight-line graph). Por ejemplo, los polígonos de Thiessen normalmente se representan mediante una DCEL dentro de un cuadro delim (es)
  • Двусвязный список рёбер (англ. doubly connected edge list) другое название — полурёберная структура данных (англ. half-edge data structure) — это структура данных, которая представляет планарный граф на плоскости или многогранник в пространстве. Эта структура обеспечивает эффективную работу с топологической информацией, связанной с рассматриваемыми объектами (вершинами, рёбрами, гранями). Её часто применяют в различных алгоритмах вычислительной геометрии для обработки разбиений плоскости на многоугольники, таких как . Например, диаграмму Вороного обычно представляют в виде DCEL внутри ограничивающего прямоугольника. (ru)
  • Подвійно зв'язаний список ребер (англ. doubly connected edge list) або півреберна структура даних (англ. half-edge data structure) — це структура даних, що представляє вкладення планарного графу на площину або багатогранник у 3D. Ця структура даних забезпечує дієву маніпуляцію топологічною інформацією пов'язаною з об'єктами, що розглядаються (вершини, ребра, грані). Її використовують багато алгоритмів обчислювальної геометрії для обробки полігонального розбиття площини, часто згадуваних як планарні прямолінійні графи. Наприклад, діаграму Вороного зазвичай представляють як ПЗСР всередині обмежувального прямокутника. (uk)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Dcel-halfedge-connectivity.svg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
thumbnail
date
  • April 2017 (en)
show
  • by whom? (en)
has abstract
  • Die Doubly-connected edge list (DCEL, doppelt verkettete Kantenliste) ist eine Datenstruktur, die einen zusammenhängenden planaren Graphen repräsentiert, der in die Ebene eingebettet ist. Die Datenstruktur wird in der algorithmischen Geometrie verwendet. (de)
  • The doubly connected edge list (DCEL), also known as half-edge data structure, is a data structure to represent an embedding of a planar graph in the plane, and polytopes in 3D. This data structure provides efficient manipulation of the topological information associated with the objects in question (vertices, edges, faces). It is used in many algorithms of computational geometry to handle polygonal subdivisions of the plane, commonly called planar straight-line graphs (PSLG). For example, a Voronoi diagram is commonly represented by a DCEL inside a bounding box. This data structure was originally suggested by Muller and Preparata for representations of 3D convex polyhedra. Later, a somewhat different data structure was suggested, but the name "DCEL" was retained. For simplicity, only connected graphs are considered, however the DCEL structure may be extended to handle disconnected graphs as well by introducing dummy edges between disconnected components. (en)
  • Una lista de aristas doblemente conectadas (DCEL por las iniciales de su nombre en inglés: doubly connected edge list), también conocida como estructura de datos de semiaristas, es una estructura de datos empleada para representar el embebido de un grafo plano en un plano, o en un politopo cuando se trata del espacio tridimensional. Esta estructura de datos facilita una manipulación eficiente de la información topológica asociada a los objetos en cuestión (vértices, aristas, caras). Se usa en muchos algoritmos de geometría computacional para manejar subdivisiones poligonales del plano, comúnmente llamadas (PSLG por las iniciales de su nombre en inglés: planar straight-line graph). Por ejemplo, los polígonos de Thiessen normalmente se representan mediante una DCEL dentro de un cuadro delimitador. Esta estructura de datos fue sugerida originalmente por Muller y Preparata​ para representaciones de 3D de politopos convexos. Más adelante se desarrolló una estructura de datos algo diferente, pero se mantuvo el nombre de "DCEL". Por simplificar, solo se consideran grafos conexos, aunque la estructura DCEL también puede extenderse para manejar gráficos desconectados mediante la introducción de bordes ficticios entre componentes desconectados.​ (es)
  • Двусвязный список рёбер (англ. doubly connected edge list) другое название — полурёберная структура данных (англ. half-edge data structure) — это структура данных, которая представляет планарный граф на плоскости или многогранник в пространстве. Эта структура обеспечивает эффективную работу с топологической информацией, связанной с рассматриваемыми объектами (вершинами, рёбрами, гранями). Её часто применяют в различных алгоритмах вычислительной геометрии для обработки разбиений плоскости на многоугольники, таких как . Например, диаграмму Вороного обычно представляют в виде DCEL внутри ограничивающего прямоугольника. Эту структуру данных впервые предложили Мюллер и Препарата для представления выпуклого многогранника. Позже распространение получили изменённые варианты структуры, но название осталось. Изначально структура создавалась для представления связных графов, однако DCEL можно использовать и для представления несвязных графов. (ru)
  • Подвійно зв'язаний список ребер (англ. doubly connected edge list) або півреберна структура даних (англ. half-edge data structure) — це структура даних, що представляє вкладення планарного графу на площину або багатогранник у 3D. Ця структура даних забезпечує дієву маніпуляцію топологічною інформацією пов'язаною з об'єктами, що розглядаються (вершини, ребра, грані). Її використовують багато алгоритмів обчислювальної геометрії для обробки полігонального розбиття площини, часто згадуваних як планарні прямолінійні графи. Наприклад, діаграму Вороного зазвичай представляють як ПЗСР всередині обмежувального прямокутника. Цю структуру даних вперше представили Мюллер і Препарата для представлення тривимірного опуклого політопа. Пізніше набули поширення змінені варіанти структури, але назва залишилась. Звичайно структуру використовують для зв'язних графів, однак ПЗСР можна використовувати і для незв'язних графів також. (uk)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 59 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software