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

Point associated with a face of the partitioning. More...

#include <Diagram.h>

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

Public Attributes

std::size_t index
 
Vector2< T > point
 
Faceface
 

Detailed Description

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

Point associated with a face of the partitioning.

Definition at line 52 of file Diagram.h.

Member Data Documentation

◆ face

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

Face associated with the site

Definition at line 56 of file Diagram.h.

◆ index

template<typename T>
std::size_t mygal::Diagram< T >::Site::index

Index of the site in mSites

Definition at line 54 of file Diagram.h.

◆ point

template<typename T>
Vector2<T> mygal::Diagram< T >::Site::point

Coordinates of the site

Definition at line 55 of file Diagram.h.


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