Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::energybased::dtree::DTreeWSPD< Dim >::NodeData Struct Reference

geometry for the quadtree nodes More...

#include <ogdf/energybased/dtree/DTreeWSPD.h>

Public Attributes

double max_x [Dim]
 bounding box min coord
 
double min_x [Dim]
 bounding box min coord
 
double radius_sq
 radius of the cell
 
double x [Dim]
 center of cell circle
 

Detailed Description

template<int Dim>
struct ogdf::energybased::dtree::DTreeWSPD< Dim >::NodeData

geometry for the quadtree nodes

Definition at line 57 of file DTreeWSPD.h.

Member Data Documentation

◆ max_x

template<int Dim>
double ogdf::energybased::dtree::DTreeWSPD< Dim >::NodeData::max_x[Dim]

bounding box min coord

Definition at line 65 of file DTreeWSPD.h.

◆ min_x

template<int Dim>
double ogdf::energybased::dtree::DTreeWSPD< Dim >::NodeData::min_x[Dim]

bounding box min coord

Definition at line 62 of file DTreeWSPD.h.

◆ radius_sq

template<int Dim>
double ogdf::energybased::dtree::DTreeWSPD< Dim >::NodeData::radius_sq

radius of the cell

Definition at line 68 of file DTreeWSPD.h.

◆ x

template<int Dim>
double ogdf::energybased::dtree::DTreeWSPD< Dim >::NodeData::x[Dim]

center of cell circle

Definition at line 59 of file DTreeWSPD.h.


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