Graphviz
2.41.20171026.1811
|
Go to the source code of this file.
Macros | |
#define | SMALLBUF 128 |
#define | LPAREN '(' |
#define | RPAREN ')' |
#define | LBRACE '{' |
#define | RBRACE '}' |
#define | NORMAL 0 /* an original input node */ |
#define | VIRTUAL 1 /* virtual nodes in long edge chains */ |
#define | SLACKNODE 2 /* encode edges in node position phase */ |
#define | REVERSED 3 /* reverse of an original edge */ |
#define | FLATORDER 4 /* for ordered edges */ |
#define | CLUSTER_EDGE 5 /* for ranking clusters */ |
#define | IGNORED 6 /* concentrated multi-edges */ |
#define | NOCMD 0 /* default */ |
#define | SAMERANK 1 /* place on same rank */ |
#define | MINRANK 2 /* place on "least" rank */ |
#define | SOURCERANK 3 /* strict version of MINRANK */ |
#define | MAXRANK 4 /* place on "greatest" rank */ |
#define | SINKRANK 5 /* strict version of MAXRANK */ |
#define | LEAFSET 6 /* set of collapsed leaf nodes */ |
#define | CLUSTER 7 /* set of clustered nodes */ |
#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 /* for head/taillabel */ |
#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_LAYERLISTSEP "," |
#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 /* for mincross */ |
#define | PORT_LABEL_DISTANCE 10 |
#define | PORT_LABEL_ANGLE -25 /* degrees; pos is CCW, neg is CW */ |
#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 /* counter clock-wise */ |
#define | CW 1 /* clock-wise */ |
#define | NONE 0 |
#define | NODE 1 |
#define | EDGE 2 |
#define | CLST 3 |
#define | HPGL 2 /* HP Graphics Language */ |
#define | PCL 3 /* Printer Control Language */ |
#define | MIF 4 /* Adobe FrameMaker */ |
#define | PIC_format |
#define | TK 15 /* TK canvas */ |
#define | VTX 21 /* visual thought */ |
#define | METAPOST 22 |
#define | DIA 24 /* dia drawing tool */ |
#define | QPDF 30 /* Quartz paged PDF */ |
#define | QEPDF 31 /* Quartz embedded PDF */ |
#define | QBM_FIRST 100 /* first Quartz bitmap format, inclusive */ |
#define | QBM_LAST 200 /* last Quartz bitmap format, exclusive */ |
#define | GVRENDER_PLUGIN 300 /* a plugin supported language */ |
#define | NO_SUPPORT 999 /* no support */ |
#define | CL_BACK 10 /* cost of backward pointing edge */ |
#define | CL_OFFSET 8 /* margin of cluster box in PS points */ |
#define | CL_CROSS 1000 /* cost of cluster skeleton edge crossing */ |
#define | REGULAREDGE 1 |
#define | FLATEDGE 2 |
#define | SELFWPEDGE 4 |
#define | SELFNPEDGE 8 |
#define | SELFEDGE 8 |
#define | EDGETYPEMASK 15 /* the OR of the above */ |
#define | SERVER_NN 200 |
#define | SERVER_NE 500 |
#define | Spring_coeff 1.0 |
#define | MYHUGE (1.0e+37) |
#define | MAXDIM 10 |
#define | GVBEGIN 0 |
#define | GVSPLINES 1 |
#define | EDGE_LABEL (1 << 0) |
#define | HEAD_LABEL (1 << 1) |
#define | TAIL_LABEL (1 << 2) |
#define | GRAPH_LABEL (1 << 3) |
#define | NODE_XLABEL (1 << 4) |
#define | EDGE_XLABEL (1 << 5) |
#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 | RADIAL (1 << 1) |
#define | ROUNDED (1 << 2) |
#define | DIAGONALS (1 << 3) |
#define | AUXLABELS (1 << 4) |
#define | INVISIBLE (1 << 5) |
#define | STRIPED (1 << 6) |
#define | DOTTED (1 << 7) |
#define | DASHED (1 << 8) |
#define | WEDGED (1 << 9) |
#define | UNDERLINE (1 << 10) |
#define | FIXEDSHAPE (1 << 11) |
#define | SHAPE_MASK (127 << 24) |
#define | DOGEAR (1 << 24) |
#define | TAB (2 << 24) |
#define | FOLDER (3 << 24) |
#define | BOX3D (4 << 24) |
#define | COMPONENT (5 << 24) |
#define | PROMOTER (6 << 24) |
#define | CDS (7 << 24) |
#define | TERMINATOR (8 << 24) |
#define | UTR (9 << 24) |
#define | PRIMERSITE (10 << 24) |
#define | RESTRICTIONSITE (11 << 24) |
#define | FIVEPOVERHANG (12 << 24) |
#define | THREEPOVERHANG (13 << 24) |
#define | NOVERHANG (14 << 24) |
#define | ASSEMBLY (15 << 24) |
#define | SIGNATURE (16 << 24) |
#define | INSULATOR (17 << 24) |
#define | RIBOSITE (18 << 24) |
#define | RNASTAB (19 << 24) |
#define | PROTEASESITE (20 << 24) |
#define | PROTEINSTAB (21 << 24) |
#define | RPROMOTER (22 << 24) |
#define | RARROW (23 << 24) |
#define | LARROW (24 << 24) |
#define | LPROMOTER (25 << 24) |
#define | CYLINDER (26 << 24) |
#define | FILL 1 |
#define | GRADIENT 2 |
#define | RGRADIENT 3 |
#define | NO_POLY 4 /* bit flag: if set, do fill only */ |
#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_CURVED (2 << 1) |
#define | ET_PLINE (3 << 1) |
#define | ET_ORTHO (4 << 1) |
#define | ET_SPLINE (5 << 1) |
#define | ET_COMPOUND (6 << 1) |
#define | NEW_RANK (1 << 4) |
#define | P_SET 1 /* position supplied by user */ |
#define | P_FIX 2 /* position fixed during topological layout */ |
#define | P_PIN 3 /* position fixed */ |
#define | GAP 4 /* whitespace in POINTS around labels and between peripheries */ |
#define | FONTSIZE_MUCH_TOO_SMALL 0.15 |
#define | FONTSIZE_TOO_SMALL 1.5 |
#define ASSEMBLY (15 << 24) |
Definition at line 239 of file const.h.
Referenced by round_corners().
#define BOTTOM (1<<BOTTOM_IX) |
Definition at line 118 of file const.h.
Referenced by beginpath(), endpath(), html_path(), make_html_label(), makeSelfEdge(), and selfRightSpace().
#define BOTTOM_IX 0 |
Definition at line 112 of file const.h.
Referenced by do_graph_label(), and place_graph_label().
#define BOX3D (4 << 24) |
Definition at line 228 of file const.h.
Referenced by round_corners().
#define CDS (7 << 24) |
Definition at line 231 of file const.h.
Referenced by round_corners().
#define CHAR_BIG5 2 |
Definition at line 206 of file const.h.
Referenced by charsetToStr(), and make_simple_label().
#define CHAR_LATIN1 1 |
Definition at line 205 of file const.h.
Referenced by charsetToStr(), make_html_label(), make_label(), and ps_string().
#define CHAR_UTF8 0 |
Definition at line 204 of file const.h.
Referenced by charsetToStr(), and ps_string().
#define CL_CROSS 1000 /* cost of cluster skeleton edge crossing */ |
Definition at line 157 of file const.h.
Referenced by build_skeleton().
#define CL_OFFSET 8 /* margin of cluster box in PS points */ |
Definition at line 155 of file const.h.
Referenced by circoLayout(), compoundEdges(), neato_layout(), pack_graph(), sfdp_layout(), and twopi_layout().
#define CLUSTER 7 /* set of clustered nodes */ |
Definition at line 43 of file const.h.
Referenced by build_ranks(), build_skeleton(), and mark_clusters().
#define COMPONENT (5 << 24) |
Definition at line 229 of file const.h.
Referenced by round_corners().
#define CYLINDER (26 << 24) |
Definition at line 250 of file const.h.
Referenced by round_corners().
#define DEFAULT_ACTIVEFILLCOLOR "#fcfcfc" |
Definition at line 53 of file const.h.
Referenced by emit_clusters().
#define DEFAULT_ACTIVEPENCOLOR "#808080" |
Definition at line 52 of file const.h.
Referenced by emit_clusters().
#define DEFAULT_COLOR "black" |
Definition at line 51 of file const.h.
Referenced by common_init_node(), do_graph_label(), emit_clusters(), emit_html_label(), stripedBox(), wedgedEllipse(), and write_plain().
#define DEFAULT_DELETEDFILLCOLOR "#f0f0f0" |
Definition at line 59 of file const.h.
Referenced by emit_clusters().
#define DEFAULT_DELETEDPENCOLOR "#e0e0e0" |
Definition at line 58 of file const.h.
Referenced by emit_clusters().
#define DEFAULT_FILL "lightgrey" |
Definition at line 72 of file const.h.
Referenced by emit_clusters(), findAttrColor(), and write_plain().
#define DEFAULT_FONTNAME "Times-Roman" |
Definition at line 70 of file const.h.
Referenced by common_init_node(), and do_graph_label().
#define DEFAULT_FONTSIZE 14.0 |
Definition at line 64 of file const.h.
Referenced by common_init_node(), and do_graph_label().
#define DEFAULT_NODEHEIGHT 0.5 |
Definition at line 75 of file const.h.
Referenced by common_init_node().
#define DEFAULT_NODESEP 0.25 |
Definition at line 86 of file const.h.
Referenced by graph_init().
#define DEFAULT_NODESHAPE "ellipse" |
Definition at line 79 of file const.h.
Referenced by common_init_node().
#define DEFAULT_NODEWIDTH 0.75 |
Definition at line 77 of file const.h.
Referenced by common_init_node().
#define DEFAULT_RANKSEP 0.5 |
Definition at line 88 of file const.h.
Referenced by graph_init().
#define DEFAULT_SELECTEDFILLCOLOR "#e8e8e8" |
Definition at line 56 of file const.h.
Referenced by emit_clusters().
#define DEFAULT_SELECTEDPENCOLOR "#303030" |
Definition at line 55 of file const.h.
Referenced by emit_clusters().
#define DEFAULT_VISITEDFILLCOLOR "#f8f8f8" |
Definition at line 62 of file const.h.
Referenced by emit_clusters().
#define DEFAULT_VISITEDPENCOLOR "#101010" |
Definition at line 61 of file const.h.
Referenced by emit_clusters().
#define DIA 24 /* dia drawing tool */ |
Definition at line 142 of file const.h.
Referenced by gvRenderJobs().
#define DIAGONALS (1 << 3) |
Definition at line 212 of file const.h.
Referenced by round_corners().
#define DOGEAR (1 << 24) |
Definition at line 225 of file const.h.
Referenced by round_corners().
#define EDGE_LABEL (1 << 0) |
Definition at line 184 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_edge().
#define EDGE_XLABEL (1 << 5) |
Definition at line 189 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_edge().
#define ET_COMPOUND (6 << 1) |
Definition at line 276 of file const.h.
Referenced by edgeType().
#define ET_CURVED (2 << 1) |
Definition at line 272 of file const.h.
Referenced by edgeMidpoint(), edgeType(), and makeStraightEdges().
#define ET_LINE (1 << 1) |
Definition at line 271 of file const.h.
Referenced by circo_init_graph(), edgeType(), neato_layout(), sfdp_layout(), and twopi_init_graph().
#define ET_NONE (0 << 1) |
Definition at line 270 of file const.h.
Referenced by edgeType(), fdp_layout(), osage_layout(), setEdgeType(), and spline_edges0().
#define ET_ORTHO (4 << 1) |
Definition at line 274 of file const.h.
Referenced by edgeType(), and spline_edges0().
#define ET_PLINE (3 << 1) |
Definition at line 273 of file const.h.
Referenced by edgeType(), makeStraightEdges(), and spline_edges0().
#define ET_SPLINE (5 << 1) |
Definition at line 275 of file const.h.
Referenced by addEdgeLabels(), edgeMidpoint(), and edgeType().
#define FILL 1 |
Definition at line 253 of file const.h.
Referenced by emit_clusters(), and stripedBox().
#define FILLED (1 << 0) |
Definition at line 209 of file const.h.
Referenced by emit_clusters().
#define FIVEPOVERHANG (12 << 24) |
Definition at line 236 of file const.h.
Referenced by round_corners().
#define FIXEDSHAPE (1 << 11) |
Definition at line 220 of file const.h.
Referenced by makeObstacle().
#define FLATEDGE 2 |
Definition at line 164 of file const.h.
Referenced by beginpath(), and endpath().
#define FLATORDER 4 /* for ordered edges */ |
Definition at line 31 of file const.h.
Referenced by flat_rev().
#define FOLDER (3 << 24) |
Definition at line 227 of file const.h.
Referenced by round_corners().
#define GAP 4 /* whitespace in POINTS around labels and between peripheries */ |
#define GLOBAL 101 |
Definition at line 47 of file const.h.
Referenced by graph_init().
#define GRADIENT 2 |
Definition at line 254 of file const.h.
Referenced by emit_clusters().
#define GRAPH_LABEL (1 << 3) |
Definition at line 187 of file const.h.
Referenced by attach_attrs_and_arrows(), and do_graph_label().
#define GVBEGIN 0 |
Definition at line 180 of file const.h.
Referenced by graph_init().
#define GVRENDER_PLUGIN 300 /* a plugin supported language */ |
Definition at line 150 of file const.h.
Referenced by gvlayout_select(), gvrender_select(), and gvtextlayout_select().
#define GVSPLINES 1 |
Definition at line 181 of file const.h.
Referenced by attach_attrs_and_arrows(), init_nop(), main(), and splineEdges().
#define HEAD_LABEL (1 << 1) |
Definition at line 185 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_edge().
#define IGNORED 6 /* concentrated multi-edges */ |
Definition at line 33 of file const.h.
Referenced by attach_attrs_and_arrows(), class2(), and place_portlabel().
#define INSULATOR (17 << 24) |
Definition at line 241 of file const.h.
Referenced by round_corners().
#define LABEL_AT_BOTTOM 0 |
Definition at line 192 of file const.h.
Referenced by do_graph_label().
#define LABEL_AT_LEFT 2 |
Definition at line 194 of file const.h.
Referenced by do_graph_label().
#define LABEL_AT_RIGHT 4 |
Definition at line 195 of file const.h.
Referenced by do_graph_label().
#define LABEL_AT_TOP 1 |
Definition at line 193 of file const.h.
Referenced by do_graph_label(), and gv_postprocess().
#define LARROW (24 << 24) |
Definition at line 248 of file const.h.
Referenced by round_corners().
#define LEFT (1<<LEFT_IX) |
Definition at line 121 of file const.h.
Referenced by beginpath(), endpath(), make_html_label(), makeSelfEdge(), and selfRightSpace().
#define LEFT_IX 3 |
Definition at line 115 of file const.h.
Referenced by do_graph_label().
#define LOCAL 100 |
Definition at line 46 of file const.h.
Referenced by graph_init().
#define LPAREN '(' |
Definition at line 18 of file const.h.
Referenced by ps_string().
#define LPROMOTER (25 << 24) |
Definition at line 249 of file const.h.
Referenced by round_corners().
#define LT_HTML (1 << 1) |
Definition at line 260 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 259 of file const.h.
Referenced by common_init_edge(), common_init_node(), do_graph_label(), and make_label().
#define LT_RECD (2 << 1) |
Definition at line 261 of file const.h.
Referenced by common_init_node(), and make_label().
#define MAXDIM 10 |
Definition at line 177 of file const.h.
Referenced by D2E(), diffeq_model(), move_node(), and update_arrays().
#define MIN_FONTSIZE 1.0 |
Definition at line 66 of file const.h.
Referenced by common_init_node(), and do_graph_label().
#define MIN_NODEHEIGHT 0.02 |
Definition at line 76 of file const.h.
Referenced by common_init_node().
#define MIN_NODESEP 0.02 |
Definition at line 87 of file const.h.
Referenced by graph_init().
#define MIN_NODEWIDTH 0.01 |
Definition at line 78 of file const.h.
Referenced by common_init_node().
#define MIN_RANKSEP 0.02 |
Definition at line 89 of file const.h.
Referenced by graph_init().
#define MYHUGE (1.0e+37) |
Definition at line 176 of file const.h.
Referenced by graph_init().
#define NEW_RANK (1 << 4) |
Definition at line 279 of file const.h.
Referenced by dot_rank().
#define NO_POLY 4 /* bit flag: if set, do fill only */ |
Definition at line 256 of file const.h.
Referenced by gvrender_polygon().
#define NO_SUPPORT 999 /* no support */ |
Definition at line 151 of file const.h.
Referenced by dotneato_args_initialize(), graphcmd(), gvLayout(), gvlayout_select(), gvLayoutJobs(), gvloadimage(), gvRender(), gvrender_select(), gvRenderContext(), gvRenderData(), gvRenderFilename(), gvRenderJobs(), gvtextlayout_select(), and tcldot_layout().
#define NOCLUST 102 |
Definition at line 48 of file const.h.
Referenced by graph_init().
#define NODE_XLABEL (1 << 4) |
Definition at line 188 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_node().
#define NODENAME_ESC "\\N" |
Definition at line 81 of file const.h.
Referenced by dotneato_args_initialize(), graph_init(), gvContext(), gvContextPlugins(), and gvplugin_graph().
#define NORMAL 0 /* an original input node */ |
Definition at line 27 of file const.h.
Referenced by beginpath(), clip_and_install(), endpath(), getsplinepoints(), initEdgeTypes(), mark_clusters(), new_spline(), and UF_singleton().
#define NOVERHANG (14 << 24) |
Definition at line 238 of file const.h.
Referenced by round_corners().
#define P_FIX 2 /* position fixed during topological layout */ |
#define P_PIN 3 /* position fixed */ |
Definition at line 285 of file const.h.
Referenced by findCComp(), and user_pos().
#define P_SET 1 /* position supplied by user */ |
Definition at line 283 of file const.h.
Referenced by choose_node(), and user_pos().
#define PIC_format |
Definition at line 103 of file const.h.
Referenced by place_portlabel().
#define PORT_LABEL_DISTANCE 10 |
Definition at line 102 of file const.h.
Referenced by place_portlabel().
#define PRIMERSITE (10 << 24) |
Definition at line 234 of file const.h.
Referenced by round_corners().
#define PROMOTER (6 << 24) |
Definition at line 230 of file const.h.
Referenced by round_corners().
#define PROTEASESITE (20 << 24) |
Definition at line 244 of file const.h.
Referenced by round_corners().
#define PROTEINSTAB (21 << 24) |
Definition at line 245 of file const.h.
Referenced by round_corners().
#define QBM_FIRST 100 /* first Quartz bitmap format, inclusive */ |
#define QBM_LAST 200 /* last Quartz bitmap format, exclusive */ |
#define RADIAL (1 << 1) |
Definition at line 210 of file const.h.
Referenced by emit_clusters().
#define RANKDIR_BT 2 |
Definition at line 200 of file const.h.
Referenced by graph_init(), gv_postprocess(), and translate_bb().
#define RANKDIR_LR 1 |
Definition at line 199 of file const.h.
Referenced by graph_init(), gv_postprocess(), and translate_bb().
#define RANKDIR_RL 3 |
Definition at line 201 of file const.h.
Referenced by graph_init(), and gv_postprocess().
#define RANKDIR_TB 0 |
Definition at line 198 of file const.h.
Referenced by graph_init(), and gv_postprocess().
#define RARROW (23 << 24) |
Definition at line 247 of file const.h.
Referenced by round_corners().
#define REGULAREDGE 1 |
Definition at line 163 of file const.h.
Referenced by beginpath(), and endpath().
#define RESTRICTIONSITE (11 << 24) |
Definition at line 235 of file const.h.
Referenced by round_corners().
#define REVERSED 3 /* reverse of an original edge */ |
Definition at line 30 of file const.h.
Referenced by flat_rev().
#define RGRADIENT 3 |
Definition at line 255 of file const.h.
Referenced by emit_clusters().
#define RIBOSITE (18 << 24) |
Definition at line 242 of file const.h.
Referenced by round_corners().
#define RIGHT (1<<RIGHT_IX) |
Definition at line 119 of file const.h.
Referenced by beginpath(), endpath(), make_html_label(), and makeSelfEdge().
#define RIGHT_IX 1 |
Definition at line 113 of file const.h.
Referenced by do_graph_label().
#define RNASTAB (19 << 24) |
Definition at line 243 of file const.h.
Referenced by round_corners().
#define ROUNDED (1 << 2) |
Definition at line 211 of file const.h.
Referenced by emit_clusters(), and round_corners().
#define RPAREN ')' |
Definition at line 19 of file const.h.
Referenced by ps_string().
#define RPROMOTER (22 << 24) |
Definition at line 246 of file const.h.
Referenced by round_corners().
#define SELF_EDGE_SIZE 18 |
Definition at line 99 of file const.h.
Referenced by selfRightSpace().
#define SELFEDGE 8 |
Definition at line 167 of file const.h.
Referenced by beginpath(), and endpath().
#define SHAPE_MASK (127 << 24) |
Definition at line 222 of file const.h.
Referenced by round_corners().
#define SIGNATURE (16 << 24) |
Definition at line 240 of file const.h.
Referenced by round_corners().
#define SLACKNODE 2 /* encode edges in node position phase */ |
#define SMALLBUF 128 |
Definition at line 17 of file const.h.
Referenced by cccomps(), ccomps(), decompose(), dotneato_args_initialize(), gvloadimage(), initHTMLlexer(), make_html_label(), parse_style(), parseHTML(), pccomps(), and processClusterEdges().
#define Spring_coeff 1.0 |
Definition at line 175 of file const.h.
Referenced by diffeq_model().
#define STRIPED (1 << 6) |
Definition at line 215 of file const.h.
Referenced by emit_clusters().
#define TAB (2 << 24) |
Definition at line 226 of file const.h.
Referenced by round_corners().
#define TAIL_LABEL (1 << 2) |
Definition at line 186 of file const.h.
Referenced by attach_attrs_and_arrows(), and common_init_edge().
#define TERMINATOR (8 << 24) |
Definition at line 232 of file const.h.
Referenced by round_corners().
#define THREEPOVERHANG (13 << 24) |
Definition at line 237 of file const.h.
Referenced by round_corners().
#define TOP (1<<TOP_IX) |
Definition at line 120 of file const.h.
Referenced by beginpath(), endpath(), html_path(), make_html_label(), makeSelfEdge(), and selfRightSpace().
#define TOP_IX 2 |
Definition at line 114 of file const.h.
Referenced by do_graph_label(), and place_graph_label().
#define UTR (9 << 24) |
Definition at line 233 of file const.h.
Referenced by round_corners().
#define VIRTUAL 1 /* virtual nodes in long edge chains */ |
Definition at line 28 of file const.h.
Referenced by mark_clusters(), mark_lowclusters(), new_virtual_edge(), unmerge_oneway(), and virtual_node().
#define VTX 21 /* visual thought */ |
Definition at line 140 of file const.h.
Referenced by gvRenderJobs().