#include "fdp.h"
#include "xlayout.h"
Include dependency graph for tlayout.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | seedMode { seed_unset, seed_val, seed_time, seed_regular } |
Functions | |
void | fdp_initParams (graph_t *) |
void | fdp_tLayout (graph_t *, xparams *) |
enum seedMode |
void fdp_initParams | ( | graph_t * | ) |
Definition at line 187 of file tlayout.c.
References agerr(), agfindattr(), AGWARN, D_C, D_K, D_numIters, D_T0, D_Tfact, D_unscaled, D_useGrid, D_useNew, DFLT_Cell, DFLT_K, DFLT_maxIters, DFLT_seed, DFLT_smode, INIT_SELF, late_double(), late_int(), Agraph_t::name, setSeed(), T_C, T_Cell, T_Cell2, T_K, T_K2, T_maxIters, T_numIters, T_seed, T_smode, T_T0, T_Tfact, T_unscaled, T_useGrid, T_useNew, and Verbose.
Referenced by fdp_init_graph().
Definition at line 670 of file tlayout.c.
References adjustGrid(), agfstnode(), agnnodes(), agnxtnode(), delGrid(), mkGrid(), ND_pos, T_loopcnt, T_T0, T_useGrid, pointf_s::x, and pointf_s::y.
Referenced by layout().