#include <ogdf/energybased/fmmm/FruchtermanReingold.h>
|
int | grid_quotient () const |
|
void | grid_quotient (int p) |
| The number k of rows and colums of the grid is sqrt(|V|) / frGridQuotient() (Note that in [FrRe] frGridQuotient() is 2.) More...
|
|
Definition at line 46 of file FruchtermanReingold.h.
◆ FruchtermanReingold()
ogdf::energybased::fmmm::FruchtermanReingold::FruchtermanReingold |
( |
| ) |
|
◆ calculate_approx_repulsive_forces()
Grid approximation of rep.forces for each node.
◆ calculate_exact_repulsive_forces()
Calculate exact rep. forces for each node.
◆ grid_quotient() [1/2]
int ogdf::energybased::fmmm::FruchtermanReingold::grid_quotient |
( |
| ) |
const |
|
inlineprivate |
◆ grid_quotient() [2/2]
void ogdf::energybased::fmmm::FruchtermanReingold::grid_quotient |
( |
int |
p | ) |
|
|
inlineprivate |
The number k of rows and colums of the grid is sqrt(|V|) / frGridQuotient() (Note that in [FrRe] frGridQuotient() is 2.)
Definition at line 76 of file FruchtermanReingold.h.
◆ make_initialisations()
void ogdf::energybased::fmmm::FruchtermanReingold::make_initialisations |
( |
double |
boxlength, |
|
|
DPoint |
down_left_corner, |
|
|
int |
grid_quotient |
|
) |
| |
◆ update_boxlength_and_cornercoordinate()
void ogdf::energybased::fmmm::FruchtermanReingold::update_boxlength_and_cornercoordinate |
( |
double |
b_l, |
|
|
DPoint |
d_l_c |
|
) |
| |
|
inline |
◆ _grid_quotient
int ogdf::energybased::fmmm::FruchtermanReingold::_grid_quotient |
|
private |
◆ boxlength
double ogdf::energybased::fmmm::FruchtermanReingold::boxlength |
|
private |
◆ down_left_corner
DPoint ogdf::energybased::fmmm::FruchtermanReingold::down_left_corner |
|
private |
◆ max_gridindex
int ogdf::energybased::fmmm::FruchtermanReingold::max_gridindex |
|
private |
The documentation for this class was generated from the following file: