This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | SMALLBUF 128 |
#define | LPAREN '(' |
#define | RPAREN ')' |
#define | LBRACE '{' |
#define | RBRACE '}' |
#define | NORMAL 0 |
#define | VIRTUAL 1 |
#define | SLACKNODE 2 |
#define | REVERSED 3 |
#define | FLATORDER 4 |
#define | CLUSTER_EDGE 5 |
#define | IGNORED 6 |
#define | NOCMD 0 |
#define | SAMERANK 1 |
#define | MINRANK 2 |
#define | SOURCERANK 3 |
#define | MAXRANK 4 |
#define | SINKRANK 5 |
#define | LEAFSET 6 |
#define | CLUSTER 7 |
#define | LOCAL 100 |
#define | GLOBAL 101 |
#define | NOCLUST 102 |
#define | DEFAULT_COLOR "black" |
#define | DEFAULT_ACTIVEPENCOLOR "#808080" |
#define | DEFAULT_ACTIVEFILLCOLOR "#fcfcfc" |
#define | DEFAULT_ACTIVEFONTCOLOR "black" |
#define | DEFAULT_SELECTEDPENCOLOR "#303030" |
#define | DEFAULT_SELECTEDFILLCOLOR "#e8e8e8" |
#define | DEFAULT_SELECTEDFONTCOLOR "black" |
#define | DEFAULT_DELETEDPENCOLOR "#e0e0e0" |
#define | DEFAULT_DELETEDFILLCOLOR "#f0f0f0" |
#define | DEFAULT_DELETEDFONTCOLOR "darkgrey" |
#define | DEFAULT_VISITEDPENCOLOR "#101010" |
#define | DEFAULT_VISITEDFILLCOLOR "#f8f8f8" |
#define | DEFAULT_VISITEDFONTCOLOR "black" |
#define | DEFAULT_FONTSIZE 14.0 |
#define | DEFAULT_LABEL_FONTSIZE 11.0 |
#define | MIN_FONTSIZE 1.0 |
#define | DEFAULT_FONTNAME "Times-Roman" |
#define | DEFAULT_FILL "lightgrey" |
#define | LINESPACING 1.20 |
#define | DEFAULT_NODEHEIGHT 0.5 |
#define | MIN_NODEHEIGHT 0.02 |
#define | DEFAULT_NODEWIDTH 0.75 |
#define | MIN_NODEWIDTH 0.01 |
#define | DEFAULT_NODESHAPE "ellipse" |
#define | NODENAME_ESC "\\N" |
#define | DEFAULT_LAYERSEP ":\t " |
#define | DEFAULT_NODESEP 0.25 |
#define | MIN_NODESEP 0.02 |
#define | DEFAULT_RANKSEP 0.5 |
#define | MIN_RANKSEP 0.02 |
#define | DEFAULT_PRINT_MARGIN 36 |
#define | DEFAULT_EMBED_MARGIN 0 |
#define | DEFAULT_GRAPH_PAD 4 |
#define | SELF_EDGE_SIZE 18 |
#define | MC_SCALE 256 |
#define | PORT_LABEL_DISTANCE 10 |
#define | PORT_LABEL_ANGLE -25 |
#define | DFLT_SAMPLE 20 |
#define | ARR_NONE 0 |
#define | BOTTOM_IX 0 |
#define | RIGHT_IX 1 |
#define | TOP_IX 2 |
#define | LEFT_IX 3 |
#define | BOTTOM (1<<BOTTOM_IX) |
#define | RIGHT (1<<RIGHT_IX) |
#define | TOP (1<<TOP_IX) |
#define | LEFT (1<<LEFT_IX) |
#define | CCW -1 |
#define | CW 1 |
#define | NONE 0 |
#define | NODE 1 |
#define | EDGE 2 |
#define | CLST 3 |
#define | HPGL 2 |
#define | PCL 3 |
#define | MIF 4 |
#define | PIC_format 5 |
#define | TK 15 |
#define | VTX 21 |
#define | METAPOST 22 |
#define | DIA 24 |
#define | QPDF 30 |
#define | QEPDF 31 |
#define | QBM_FIRST 100 |
#define | QBM_LAST 200 |
#define | GVRENDER_PLUGIN 300 |
#define | NO_SUPPORT 999 |
#define | CL_BACK 10 |
#define | CL_OFFSET 8 |
#define | CL_CROSS 1000 |
#define | REGULAREDGE 1 |
#define | FLATEDGE 2 |
#define | SELFWPEDGE 4 |
#define | SELFNPEDGE 8 |
#define | SELFEDGE 8 |
#define | EDGETYPEMASK 15 |
#define | SERVER_NN 200 |
#define | SERVER_NE 500 |
#define | Spring_coeff 1.0 |
#define | MYHUGE (1.0e+37) |
#define | MAXDIM 10 |
#define | SEPFACT 0.8 |
#define | GVBEGIN 0 |
#define | GVSPLINES 1 |
#define | EDGE_LABEL 1 |
#define | HEAD_LABEL 2 |
#define | TAIL_LABEL 4 |
#define | GRAPH_LABEL 8 |
#define | LABEL_AT_BOTTOM 0 |
#define | LABEL_AT_TOP 1 |
#define | LABEL_AT_LEFT 2 |
#define | LABEL_AT_RIGHT 4 |
#define | RANKDIR_TB 0 |
#define | RANKDIR_LR 1 |
#define | RANKDIR_BT 2 |
#define | RANKDIR_RL 3 |
#define | CHAR_UTF8 0 |
#define | CHAR_LATIN1 1 |
#define | CHAR_BIG5 2 |
#define | FILLED (1 << 0) |
#define | ROUNDED (1 << 1) |
#define | DIAGONALS (1 << 2) |
#define | AUXLABELS (1 << 3) |
#define | INVISIBLE (1 << 4) |
#define | DOGEAR (1 << 5) |
#define | TAB (1 << 6) |
#define | FOLDER (1 << 7) |
#define | BOX3D (1 << 8) |
#define | COMPONENT (1 << 9) |
#define | LT_NONE (0 << 1) |
#define | LT_HTML (1 << 1) |
#define | LT_RECD (2 << 1) |
#define | ET_NONE (0 << 1) |
#define | ET_LINE (1 << 1) |
#define | ET_PLINE (2 << 1) |
#define | ET_ORTHO (3 << 1) |
#define | ET_SPLINE (4 << 1) |
#define | ET_COMPOUND (5 << 1) |
#define | P_SET 1 |
#define | P_FIX 2 |
#define | P_PIN 3 |
#define | GAP 4 |
#define | FONTSIZE_MUCH_TOO_SMALL 0.15 |
#define | FONTSIZE_TOO_SMALL 1.5 |
#define BOTTOM (1<<BOTTOM_IX) |
Definition at line 115 of file const.h.
Referenced by beginpath(), endpath(), make_html_label(), makeSelfEdge(), and selfRightSpace().
#define BOTTOM_IX 0 |
#define BOX3D (1 << 8) |
#define CHAR_BIG5 2 |
#define CHAR_LATIN1 1 |
#define CHAR_UTF8 0 |
#define CL_CROSS 1000 |
#define CL_OFFSET 8 |
Definition at line 152 of file const.h.
Referenced by circoLayout(), init_info(), neato_layout(), pack_graph(), and twopi_layout().
#define CLUSTER 7 |
Definition at line 46 of file const.h.
Referenced by build_ranks(), build_skeleton(), and mark_clusters().
#define COMPONENT (1 << 9) |
#define DEFAULT_ACTIVEFILLCOLOR "#fcfcfc" |
#define DEFAULT_ACTIVEPENCOLOR "#808080" |
#define DEFAULT_COLOR "black" |
Definition at line 54 of file const.h.
Referenced by common_init_node(), do_graph_label(), emit_clusters(), emit_html_label(), and write_plain().
#define DEFAULT_DELETEDFILLCOLOR "#f0f0f0" |
#define DEFAULT_DELETEDPENCOLOR "#e0e0e0" |
#define DEFAULT_FILL "lightgrey" |
#define DEFAULT_FONTNAME "Times-Roman" |
#define DEFAULT_FONTSIZE 14.0 |
#define DEFAULT_NODEHEIGHT 0.5 |
#define DEFAULT_NODESEP 0.25 |
#define DEFAULT_NODESHAPE "ellipse" |
#define DEFAULT_NODEWIDTH 0.75 |
#define DEFAULT_RANKSEP 0.5 |
#define DEFAULT_SELECTEDFILLCOLOR "#e8e8e8" |
#define DEFAULT_SELECTEDPENCOLOR "#303030" |
#define DEFAULT_VISITEDFILLCOLOR "#f8f8f8" |
#define DEFAULT_VISITEDPENCOLOR "#101010" |
#define DIA 24 |
#define DIAGONALS (1 << 2) |
#define DOGEAR (1 << 5) |
#define EDGE_LABEL 1 |
Definition at line 182 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_edge().
#define ET_COMPOUND (5 << 1) |
#define ET_LINE (1 << 1) |
Definition at line 223 of file const.h.
Referenced by circo_init_graph(), fdp_init_graph(), neato_init_graphn(), setEdgeType(), and twopi_init_graph().
#define ET_NONE (0 << 1) |
Definition at line 222 of file const.h.
Referenced by fdp_layout(), setEdgeType(), and spline_edges0().
#define ET_ORTHO (3 << 1) |
#define ET_PLINE (2 << 1) |
#define ET_SPLINE (4 << 1) |
#define FILLED (1 << 0) |
#define FLATEDGE 2 |
#define FOLDER (1 << 7) |
#define GLOBAL 101 |
#define GRAPH_LABEL 8 |
#define GVBEGIN 0 |
#define GVRENDER_PLUGIN 300 |
Definition at line 147 of file const.h.
Referenced by gvlayout_select(), gvrender_select(), and gvtextlayout_select().
#define GVSPLINES 1 |
Definition at line 179 of file const.h.
Referenced by attach_attrs_and_arrows(), init_nop(), main(), and splineEdges().
#define HEAD_LABEL 2 |
Definition at line 183 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_edge().
#define IGNORED 6 |
Definition at line 36 of file const.h.
Referenced by attach_attrs_and_arrows(), class2(), and place_portlabel().
#define LABEL_AT_BOTTOM 0 |
#define LABEL_AT_LEFT 2 |
#define LABEL_AT_RIGHT 4 |
#define LABEL_AT_TOP 1 |
#define LEAFSET 6 |
#define LEFT (1<<LEFT_IX) |
Definition at line 118 of file const.h.
Referenced by beginpath(), endpath(), make_html_label(), makeSelfEdge(), and selfRightSpace().
#define LEFT_IX 3 |
#define LOCAL 100 |
#define LPAREN '(' |
#define LT_HTML (1 << 1) |
Definition at line 218 of file const.h.
Referenced by common_init_edge(), common_init_node(), do_graph_label(), and make_label().
#define LT_NONE (0 << 1) |
Definition at line 217 of file const.h.
Referenced by common_init_edge(), common_init_node(), do_graph_label(), and make_label().
#define LT_RECD (2 << 1) |
#define MAXDIM 10 |
Definition at line 174 of file const.h.
Referenced by D2E(), diffeq_model(), fdp_init_graph(), move_node(), neato_init_graphn(), and update_arrays().
#define MIN_FONTSIZE 1.0 |
#define MIN_NODEHEIGHT 0.02 |
#define MIN_NODESEP 0.02 |
#define MIN_NODEWIDTH 0.01 |
#define MIN_RANKSEP 0.02 |
#define MYHUGE (1.0e+37) |
#define NO_SUPPORT 999 |
Definition at line 148 of file const.h.
Referenced by dotneato_args_initialize(), gvLayout(), gvlayout_select(), gvloadimage(), gvRender(), gvrender_select(), gvRenderData(), gvRenderFilename(), gvRenderJobs(), and gvtextlayout_select().
#define NOCLUST 102 |
#define NODENAME_ESC "\\N" |
Definition at line 80 of file const.h.
Referenced by common_init_node(), dotneato_args_initialize(), and gvContext().
#define NORMAL 0 |
Definition at line 30 of file const.h.
Referenced by beginpath(), clip_and_install(), endpath(), getsplinepoints(), mark_clusters(), new_spline(), and UF_singleton().
#define P_PIN 3 |
#define P_SET 1 |
#define RANKDIR_BT 2 |
Definition at line 196 of file const.h.
Referenced by dotneato_postprocess(), graph_init(), and translate_bb().
#define RANKDIR_LR 1 |
Definition at line 195 of file const.h.
Referenced by dotneato_postprocess(), graph_init(), and translate_bb().
#define RANKDIR_RL 3 |
#define RANKDIR_TB 0 |
#define REGULAREDGE 1 |
#define RIGHT (1<<RIGHT_IX) |
Definition at line 116 of file const.h.
Referenced by beginpath(), endpath(), make_html_label(), and makeSelfEdge().
#define RIGHT_IX 1 |
#define ROUNDED (1 << 1) |
#define RPAREN ')' |
#define SELF_EDGE_SIZE 18 |
#define SELFEDGE 8 |
#define SEPFACT 0.8 |
#define SMALLBUF 128 |
Definition at line 20 of file const.h.
Referenced by agedge(), ccomps(), gvloadimage(), gvUsername(), initHTMLlexer(), make_html_label(), parse_style(), parseHTML(), pccomps(), and processClusterEdges().
#define Spring_coeff 1.0 |
#define TAB (1 << 6) |
#define TAIL_LABEL 4 |
Definition at line 184 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_edge().
#define TOP (1<<TOP_IX) |
Definition at line 117 of file const.h.
Referenced by beginpath(), endpath(), make_html_label(), makeSelfEdge(), and selfRightSpace().
#define TOP_IX 2 |
#define VIRTUAL 1 |
Definition at line 31 of file const.h.
Referenced by mark_clusters(), mark_lowclusters(), new_virtual_edge(), unmerge_oneway(), and virtual_node().
#define VTX 21 |