Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Planar_Geometric_Drawing< GT >::Node_Position Struct Reference

#include <Planarity_Test.H>

Public Attributes

Nodenode = nullptr
 
double x = 0
 
double y = 0
 

Detailed Description

template<class GT>
struct Aleph::Planar_Geometric_Drawing< GT >::Node_Position

Definition at line 346 of file Planarity_Test.H.

Member Data Documentation

◆ node

template<class GT >
Node* Aleph::Planar_Geometric_Drawing< GT >::Node_Position::node = nullptr

Definition at line 348 of file Planarity_Test.H.

Referenced by Aleph::planar_geometric_drawing().

◆ x

template<class GT >
double Aleph::Planar_Geometric_Drawing< GT >::Node_Position::x = 0

Definition at line 349 of file Planarity_Test.H.

Referenced by Aleph::planar_geometric_drawing().

◆ y

template<class GT >
double Aleph::Planar_Geometric_Drawing< GT >::Node_Position::y = 0

Definition at line 350 of file Planarity_Test.H.

Referenced by Aleph::planar_geometric_drawing().


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