MyGAL
Public Attributes | List of all members
mygal::Diagram< T >::Face Struct Reference

Structure representing a cell in the diagram. More...

#include <Diagram.h>

Collaboration diagram for mygal::Diagram< T >::Face:
Collaboration graph
[legend]

Public Attributes

Sitesite
 
HalfEdgeouterComponent
 

Detailed Description

template<typename T>
struct mygal::Diagram< T >::Face

Structure representing a cell in the diagram.

The outer component of the face is represented as a doubly linked list. If the face is bounded, the list is circular.

Definition at line 94 of file Diagram.h.

Member Data Documentation

◆ outerComponent

template<typename T>
HalfEdge* mygal::Diagram< T >::Face::outerComponent

A half-edge of the face

Definition at line 97 of file Diagram.h.

◆ site

template<typename T>
Site* mygal::Diagram< T >::Face::site

Site associated with this face

Definition at line 96 of file Diagram.h.


The documentation for this struct was generated from the following file: