#include <ogdf/internal/energybased/UniformGrid.h>
List of all members.
Private Member Functions |
| void | computeCrossings (const List< edge > &, const node, const DPoint &) |
| void | computeGridGeometry (const node, const DPoint &, IntersectionRectangle &) const |
| IPoint | computeGridPoint (const DPoint &dp) const |
| DPoint | computeRealPoint (const IPoint &ip) const |
| bool | crossingTest (const edge, const edge, const node, const DPoint &, const IPoint &) |
| void | DoubleModifiedBresenham (const DPoint &, const DPoint &, SList< IPoint > &) const |
| bool | isInt (double d) const |
| void | ModifiedBresenham (const IPoint &, const IPoint &, SList< IPoint > &) const |
| UniformGrid & | operator= (const UniformGrid &ug) |
Detailed Description
Definition at line 66 of file UniformGrid.h.
Constructor & Destructor Documentation
Member Function Documentation
| void ogdf::UniformGrid::computeCrossings |
( |
const List< edge > & |
, |
|
|
const node |
, |
|
|
const DPoint & |
|
|
) |
| |
|
private |
| IPoint ogdf::UniformGrid::computeGridPoint |
( |
const DPoint & |
dp | ) |
const |
|
inlineprivate |
| DPoint ogdf::UniformGrid::computeRealPoint |
( |
const IPoint & |
ip | ) |
const |
|
inlineprivate |
| bool ogdf::UniformGrid::isInt |
( |
double |
d | ) |
const |
|
inlineprivate |
| bool ogdf::UniformGrid::newGridNecessary |
( |
const node |
v, |
|
|
const DPoint & |
p |
|
) |
| |
|
inline |
| int ogdf::UniformGrid::numberOfCrossings |
( |
| ) |
const |
|
inline |
Member Data Documentation
| double ogdf::UniformGrid::m_CellSize |
|
private |
| int ogdf::UniformGrid::m_crossNum |
|
private |
| const double ogdf::UniformGrid::m_edgeMultiplier |
|
staticprivate |
| const double ogdf::UniformGrid::m_epsilon |
|
staticprivate |
| const Graph& ogdf::UniformGrid::m_graph |
|
private |
The documentation for this class was generated from the following file: