Graphviz 14.0.0~dev.20250906.1538
Loading...
Searching...
No Matches
globals.c File Reference

fdp_parms More...

#include "config.h"
#include <common/types.h>
#include <common/globals.h>
#include <fdpgen/fdp.h>
#include <util/list.h>
Include dependency graph for globals.c:

Go to the source code of this file.

Macros

#define EXTERN
 

Variables

show_boxes_t Show_boxes = {.dtor = LIST_DTOR_FREE}
 
static fdpParms_t fdpParms
 
struct fdpParms_sfdp_parms = &fdpParms
 

Macro Definition Documentation

◆ EXTERN

#define EXTERN

Definition at line 16 of file globals.c.

Variable Documentation

◆ fdp_parms

struct fdpParms_s* fdp_parms = &fdpParms

Definition at line 36 of file globals.c.

Referenced by init_edge(), and setFDPAttr().

◆ fdpParms

fdpParms_t fdpParms
static
Initial value:
= {
1,
1,
-1,
50,
0.0,
1.0,
-1.0,
-1.0,
}

Definition at line 25 of file globals.c.

◆ Show_boxes

show_boxes_t Show_boxes = {.dtor = LIST_DTOR_FREE}

Definition at line 22 of file globals.c.

Referenced by gv_postprocess(), gvRenderJobs(), and routesplinesinit().