Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::NearestRectangleFinder::RectRegion Struct Reference

Represents a rectangle given by center point, width and height. More...

#include <ogdf/basic/NearestRectangleFinder.h>

Public Attributes

double m_height
 
double m_width
 
double m_x
 
double m_y
 

Friends

std::ostream & operator<< (std::ostream &os, const RectRegion &rect)
 

Detailed Description

Represents a rectangle given by center point, width and height.

Definition at line 90 of file NearestRectangleFinder.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const RectRegion rect 
)
friend

Definition at line 91 of file NearestRectangleFinder.h.

Member Data Documentation

◆ m_height

double ogdf::NearestRectangleFinder::RectRegion::m_height

Definition at line 97 of file NearestRectangleFinder.h.

◆ m_width

double ogdf::NearestRectangleFinder::RectRegion::m_width

Definition at line 97 of file NearestRectangleFinder.h.

◆ m_x

double ogdf::NearestRectangleFinder::RectRegion::m_x

Definition at line 97 of file NearestRectangleFinder.h.

◆ m_y

double ogdf::NearestRectangleFinder::RectRegion::m_y

Definition at line 97 of file NearestRectangleFinder.h.


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