pub type igraph_layout_drl_default_t = c_uint;Expand description
\typedef igraph_layout_drl_default_t Predefined parameter templates for the DrL layout generator
These constants can be used to initialize a set of DrL parameters. These can then be modified according to the user’s needs. \enumval IGRAPH_LAYOUT_DRL_DEFAULT The deafult parameters. \enumval IGRAPH_LAYOUT_DRL_COARSEN Slightly modified parameters to get a coarser layout. \enumval IGRAPH_LAYOUT_DRL_COARSEST An even coarser layout. \enumval IGRAPH_LAYOUT_DRL_REFINE Refine an already calculated layout. \enumval IGRAPH_LAYOUT_DRL_FINAL Finalize an already refined layout.