Graphviz  2.41.20171026.1811
Macros
const.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define ARR_NONE   0

Definition at line 109 of file const.h.

#define ASSEMBLY   (15 << 24)

Definition at line 239 of file const.h.

Referenced by round_corners().

#define AUXLABELS   (1 << 4)

Definition at line 213 of file const.h.

#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 CCW   -1 /* counter clock-wise */

Definition at line 123 of file const.h.

#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_BACK   10 /* cost of backward pointing edge */

Definition at line 154 of file const.h.

#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 CLST   3

Definition at line 130 of file const.h.

#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 CLUSTER_EDGE   5 /* for ranking clusters */

Definition at line 32 of file const.h.

#define COMPONENT   (5 << 24)

Definition at line 229 of file const.h.

Referenced by round_corners().

#define CW   1 /* clock-wise */

Definition at line 124 of file const.h.

#define CYLINDER   (26 << 24)

Definition at line 250 of file const.h.

Referenced by round_corners().

#define DASHED   (1 << 8)

Definition at line 217 of file const.h.

#define DEFAULT_ACTIVEFILLCOLOR   "#fcfcfc"

Definition at line 53 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_ACTIVEFONTCOLOR   "black"

Definition at line 54 of file const.h.

#define DEFAULT_ACTIVEPENCOLOR   "#808080"

Definition at line 52 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_COLOR   "black"
#define DEFAULT_DELETEDFILLCOLOR   "#f0f0f0"

Definition at line 59 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_DELETEDFONTCOLOR   "darkgrey"

Definition at line 60 of file const.h.

#define DEFAULT_DELETEDPENCOLOR   "#e0e0e0"

Definition at line 58 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_EMBED_MARGIN   0

Definition at line 95 of file const.h.

#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_GRAPH_PAD   4

Definition at line 97 of file const.h.

#define DEFAULT_LABEL_FONTSIZE   11.0 /* for head/taillabel */

Definition at line 65 of file const.h.

#define DEFAULT_LAYERLISTSEP   ","

Definition at line 84 of file const.h.

#define DEFAULT_LAYERSEP   ":\t "

Definition at line 83 of file const.h.

#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_PRINT_MARGIN   36

Definition at line 93 of file const.h.

#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_SELECTEDFONTCOLOR   "black"

Definition at line 57 of file const.h.

#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_VISITEDFONTCOLOR   "black"

Definition at line 63 of file const.h.

#define DEFAULT_VISITEDPENCOLOR   "#101010"

Definition at line 61 of file const.h.

Referenced by emit_clusters().

#define DFLT_SAMPLE   20

Definition at line 106 of file const.h.

#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 DOTTED   (1 << 7)

Definition at line 216 of file const.h.

#define EDGE   2

Definition at line 129 of file const.h.

#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 EDGETYPEMASK   15 /* the OR of the above */

Definition at line 168 of file const.h.

#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 FONTSIZE_MUCH_TOO_SMALL   0.15

Definition at line 290 of file const.h.

#define FONTSIZE_TOO_SMALL   1.5

Definition at line 292 of file const.h.

#define GAP   4 /* whitespace in POINTS around labels and between peripheries */

Definition at line 287 of file const.h.

#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 HPGL   2 /* HP Graphics Language */

Definition at line 133 of file const.h.

#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 INVISIBLE   (1 << 5)

Definition at line 214 of file const.h.

#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 LBRACE   '{'

Definition at line 20 of file const.h.

#define LEAFSET   6 /* set of collapsed leaf nodes */

Definition at line 42 of file const.h.

#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 LINESPACING   1.20

Definition at line 73 of file const.h.

#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 MAXRANK   4 /* place on "greatest" rank */

Definition at line 40 of file const.h.

#define MC_SCALE   256 /* for mincross */

Definition at line 100 of file const.h.

#define METAPOST   22

Definition at line 141 of file const.h.

#define MIF   4 /* Adobe FrameMaker */

Definition at line 135 of file const.h.

#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 MINRANK   2 /* place on "least" rank */

Definition at line 38 of file const.h.

#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 */
#define NOCLUST   102

Definition at line 48 of file const.h.

Referenced by graph_init().

#define NOCMD   0 /* default */

Definition at line 36 of file const.h.

#define NODE   1

Definition at line 128 of file const.h.

#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"
#define NONE   0

Definition at line 127 of file const.h.

#define NORMAL   0 /* an original input node */
#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 */

Definition at line 284 of file const.h.

#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 PCL   3 /* Printer Control Language */

Definition at line 134 of file const.h.

#define PIC_format
Value:
5 /* symbol PIC is used by compilers for
Position Independent Code */

Definition at line 136 of file const.h.

#define PORT_LABEL_ANGLE   -25 /* degrees; pos is CCW, neg is CW */

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 */

Definition at line 147 of file const.h.

#define QBM_LAST   200 /* last Quartz bitmap format, exclusive */

Definition at line 148 of file const.h.

#define QEPDF   31 /* Quartz embedded PDF */

Definition at line 145 of file const.h.

#define QPDF   30 /* Quartz paged PDF */

Definition at line 144 of file const.h.

#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 RBRACE   '}'

Definition at line 21 of file const.h.

#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 SAMERANK   1 /* place on same rank */

Definition at line 37 of file const.h.

#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 SELFNPEDGE   8

Definition at line 166 of file const.h.

#define SELFWPEDGE   4

Definition at line 165 of file const.h.

#define SERVER_NE   500

Definition at line 172 of file const.h.

#define SERVER_NN   200

Definition at line 171 of file const.h.

#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 SINKRANK   5 /* strict version of MAXRANK */

Definition at line 41 of file const.h.

#define SLACKNODE   2 /* encode edges in node position phase */

Definition at line 29 of file const.h.

#define SMALLBUF   128
#define SOURCERANK   3 /* strict version of MINRANK */

Definition at line 39 of file const.h.

#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 TK   15 /* TK canvas */

Definition at line 138 of file const.h.

#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 UNDERLINE   (1 << 10)

Definition at line 219 of file const.h.

#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 */
#define VTX   21 /* visual thought */

Definition at line 140 of file const.h.

Referenced by gvRenderJobs().

#define WEDGED   (1 << 9)

Definition at line 218 of file const.h.