Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::PowerDiagram::PowerEdge Struct Reference

Represents an edge in the power diagram. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::PowerDiagram::PowerEdge:
[legend]

Public Attributes

size_t site_u
 Index of the first site sharing this edge.
 
size_t site_v
 Index of the second site sharing this edge.
 
Point src
 Source point of the edge.
 
Point tgt
 Target point of the edge (if not unbounded).
 
bool unbounded
 True if the edge is an unbounded ray.
 
Point direction
 Direction vector for unbounded rays.
 

Detailed Description

Represents an edge in the power diagram.

Definition at line 10922 of file geom_algorithms.H.

Member Data Documentation

◆ direction

Point Aleph::PowerDiagram::PowerEdge::direction

Direction vector for unbounded rays.

Definition at line 10929 of file geom_algorithms.H.

◆ site_u

size_t Aleph::PowerDiagram::PowerEdge::site_u

Index of the first site sharing this edge.

Definition at line 10924 of file geom_algorithms.H.

Referenced by Aleph::PowerDiagram::operator()().

◆ site_v

size_t Aleph::PowerDiagram::PowerEdge::site_v

Index of the second site sharing this edge.

Definition at line 10925 of file geom_algorithms.H.

◆ src

Point Aleph::PowerDiagram::PowerEdge::src

Source point of the edge.

Definition at line 10926 of file geom_algorithms.H.

◆ tgt

Point Aleph::PowerDiagram::PowerEdge::tgt

Target point of the edge (if not unbounded).

Definition at line 10927 of file geom_algorithms.H.

◆ unbounded

bool Aleph::PowerDiagram::PowerEdge::unbounded

True if the edge is an unbounded ray.

Definition at line 10928 of file geom_algorithms.H.


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