Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
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 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 DEFAULT_NODEPENWIDTH   1.0
 
#define MIN_NODEPENWIDTH   0.0
 
#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 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 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 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 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 EDGETYPE_NONE   (0 << 1)
 
#define EDGETYPE_LINE   (1 << 1)
 
#define EDGETYPE_CURVED   (2 << 1)
 
#define EDGETYPE_PLINE   (3 << 1)
 
#define EDGETYPE_ORTHO   (4 << 1)
 
#define EDGETYPE_SPLINE   (5 << 1)
 
#define EDGETYPE_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
 

Enumerations

enum  {
  DOGEAR = 1 , TAB = 2 , FOLDER = 3 , BOX3D = 4 ,
  COMPONENT = 5 , PROMOTER = 6 , CDS = 7 , TERMINATOR = 8 ,
  UTR = 9 , PRIMERSITE = 10 , RESTRICTIONSITE = 11 , FIVEPOVERHANG = 12 ,
  THREEPOVERHANG = 13 , NOVERHANG = 14 , ASSEMBLY = 15 , SIGNATURE = 16 ,
  INSULATOR = 17 , RIBOSITE = 18 , RNASTAB = 19 , PROTEASESITE = 20 ,
  PROTEINSTAB = 21 , RPROMOTER = 22 , RARROW = 23 , LARROW = 24 ,
  LPROMOTER = 25 , CYLINDER = 26
}
 shape values, for graphviz_polygon_style_t.shape More...
 

Macro Definition Documentation

◆ ARR_NONE

#define ARR_NONE   0

Definition at line 108 of file const.h.

◆ BOTTOM

#define BOTTOM   (1<<BOTTOM_IX)

Definition at line 117 of file const.h.

◆ BOTTOM_IX

#define BOTTOM_IX   0

Definition at line 111 of file const.h.

◆ CCW

#define CCW   -1 /* counter clock-wise */

Definition at line 122 of file const.h.

◆ CHAR_BIG5

#define CHAR_BIG5   2

Definition at line 198 of file const.h.

◆ CHAR_LATIN1

#define CHAR_LATIN1   1

Definition at line 197 of file const.h.

◆ CHAR_UTF8

#define CHAR_UTF8   0

Definition at line 196 of file const.h.

◆ CL_BACK

#define CL_BACK   10 /* cost of backward pointing edge */

Definition at line 150 of file const.h.

◆ CL_CROSS

#define CL_CROSS   1000 /* cost of cluster skeleton edge crossing */

Definition at line 153 of file const.h.

◆ CL_OFFSET

#define CL_OFFSET   8 /* margin of cluster box in PS points */

Definition at line 151 of file const.h.

◆ CLST

#define CLST   3

Definition at line 129 of file const.h.

◆ CLUSTER

#define CLUSTER   7 /* set of clustered nodes */

Definition at line 40 of file const.h.

◆ CLUSTER_EDGE

#define CLUSTER_EDGE   5 /* for ranking clusters */

Definition at line 29 of file const.h.

◆ CW

#define CW   1 /* clock-wise */

Definition at line 123 of file const.h.

◆ DEFAULT_ACTIVEFILLCOLOR

#define DEFAULT_ACTIVEFILLCOLOR   "#fcfcfc"

Definition at line 50 of file const.h.

◆ DEFAULT_ACTIVEFONTCOLOR

#define DEFAULT_ACTIVEFONTCOLOR   "black"

Definition at line 51 of file const.h.

◆ DEFAULT_ACTIVEPENCOLOR

#define DEFAULT_ACTIVEPENCOLOR   "#808080"

Definition at line 49 of file const.h.

◆ DEFAULT_COLOR

#define DEFAULT_COLOR   "black"

Definition at line 48 of file const.h.

◆ DEFAULT_DELETEDFILLCOLOR

#define DEFAULT_DELETEDFILLCOLOR   "#f0f0f0"

Definition at line 56 of file const.h.

◆ DEFAULT_DELETEDFONTCOLOR

#define DEFAULT_DELETEDFONTCOLOR   "darkgrey"

Definition at line 57 of file const.h.

◆ DEFAULT_DELETEDPENCOLOR

#define DEFAULT_DELETEDPENCOLOR   "#e0e0e0"

Definition at line 55 of file const.h.

◆ DEFAULT_EMBED_MARGIN

#define DEFAULT_EMBED_MARGIN   0

Definition at line 94 of file const.h.

◆ DEFAULT_FILL

#define DEFAULT_FILL   "lightgrey"

Definition at line 69 of file const.h.

◆ DEFAULT_FONTNAME

#define DEFAULT_FONTNAME   "Times-Roman"

Definition at line 67 of file const.h.

◆ DEFAULT_FONTSIZE

#define DEFAULT_FONTSIZE   14.0

Definition at line 61 of file const.h.

◆ DEFAULT_GRAPH_PAD

#define DEFAULT_GRAPH_PAD   4

Definition at line 96 of file const.h.

◆ DEFAULT_LABEL_FONTSIZE

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

Definition at line 62 of file const.h.

◆ DEFAULT_LAYERLISTSEP

#define DEFAULT_LAYERLISTSEP   ","

Definition at line 83 of file const.h.

◆ DEFAULT_LAYERSEP

#define DEFAULT_LAYERSEP   ":\t "

Definition at line 82 of file const.h.

◆ DEFAULT_NODEHEIGHT

#define DEFAULT_NODEHEIGHT   0.5

Definition at line 72 of file const.h.

◆ DEFAULT_NODEPENWIDTH

#define DEFAULT_NODEPENWIDTH   1.0

Definition at line 77 of file const.h.

◆ DEFAULT_NODESEP

#define DEFAULT_NODESEP   0.25

Definition at line 85 of file const.h.

◆ DEFAULT_NODESHAPE

#define DEFAULT_NODESHAPE   "ellipse"

Definition at line 76 of file const.h.

◆ DEFAULT_NODEWIDTH

#define DEFAULT_NODEWIDTH   0.75

Definition at line 74 of file const.h.

◆ DEFAULT_PRINT_MARGIN

#define DEFAULT_PRINT_MARGIN   36

Definition at line 92 of file const.h.

◆ DEFAULT_RANKSEP

#define DEFAULT_RANKSEP   0.5

Definition at line 87 of file const.h.

◆ DEFAULT_SELECTEDFILLCOLOR

#define DEFAULT_SELECTEDFILLCOLOR   "#e8e8e8"

Definition at line 53 of file const.h.

◆ DEFAULT_SELECTEDFONTCOLOR

#define DEFAULT_SELECTEDFONTCOLOR   "black"

Definition at line 54 of file const.h.

◆ DEFAULT_SELECTEDPENCOLOR

#define DEFAULT_SELECTEDPENCOLOR   "#303030"

Definition at line 52 of file const.h.

◆ DEFAULT_VISITEDFILLCOLOR

#define DEFAULT_VISITEDFILLCOLOR   "#f8f8f8"

Definition at line 59 of file const.h.

◆ DEFAULT_VISITEDFONTCOLOR

#define DEFAULT_VISITEDFONTCOLOR   "black"

Definition at line 60 of file const.h.

◆ DEFAULT_VISITEDPENCOLOR

#define DEFAULT_VISITEDPENCOLOR   "#101010"

Definition at line 58 of file const.h.

◆ DFLT_SAMPLE

#define DFLT_SAMPLE   20

Definition at line 105 of file const.h.

◆ EDGE

#define EDGE   2

Definition at line 128 of file const.h.

◆ EDGE_LABEL

#define EDGE_LABEL   (1 << 0)

Definition at line 176 of file const.h.

◆ EDGE_XLABEL

#define EDGE_XLABEL   (1 << 5)

Definition at line 181 of file const.h.

◆ EDGETYPE_COMPOUND

#define EDGETYPE_COMPOUND   (6 << 1)

Definition at line 254 of file const.h.

◆ EDGETYPE_CURVED

#define EDGETYPE_CURVED   (2 << 1)

Definition at line 250 of file const.h.

◆ EDGETYPE_LINE

#define EDGETYPE_LINE   (1 << 1)

Definition at line 249 of file const.h.

◆ EDGETYPE_NONE

#define EDGETYPE_NONE   (0 << 1)

Definition at line 248 of file const.h.

◆ EDGETYPE_ORTHO

#define EDGETYPE_ORTHO   (4 << 1)

Definition at line 252 of file const.h.

◆ EDGETYPE_PLINE

#define EDGETYPE_PLINE   (3 << 1)

Definition at line 251 of file const.h.

◆ EDGETYPE_SPLINE

#define EDGETYPE_SPLINE   (5 << 1)

Definition at line 253 of file const.h.

◆ EDGETYPEMASK

#define EDGETYPEMASK   15 /* the OR of the above */

Definition at line 164 of file const.h.

◆ FILL

#define FILL   1

Definition at line 231 of file const.h.

◆ FLATEDGE

#define FLATEDGE   2

Definition at line 160 of file const.h.

◆ FLATORDER

#define FLATORDER   4 /* for ordered edges */

Definition at line 28 of file const.h.

◆ FONTSIZE_MUCH_TOO_SMALL

#define FONTSIZE_MUCH_TOO_SMALL   0.15

Definition at line 268 of file const.h.

◆ FONTSIZE_TOO_SMALL

#define FONTSIZE_TOO_SMALL   1.5

Definition at line 270 of file const.h.

◆ GAP

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

Definition at line 265 of file const.h.

◆ GLOBAL

#define GLOBAL   101

Definition at line 44 of file const.h.

◆ GRADIENT

#define GRADIENT   2

Definition at line 232 of file const.h.

◆ GRAPH_LABEL

#define GRAPH_LABEL   (1 << 3)

Definition at line 179 of file const.h.

◆ GVBEGIN

#define GVBEGIN   0

Definition at line 172 of file const.h.

◆ GVRENDER_PLUGIN

#define GVRENDER_PLUGIN   300 /* a plugin supported language */

Definition at line 146 of file const.h.

◆ GVSPLINES

#define GVSPLINES   1

Definition at line 173 of file const.h.

◆ HEAD_LABEL

#define HEAD_LABEL   (1 << 1)

Definition at line 177 of file const.h.

◆ IGNORED

#define IGNORED   6 /* concentrated multi-edges */

Definition at line 30 of file const.h.

◆ LABEL_AT_BOTTOM

#define LABEL_AT_BOTTOM   0

Definition at line 184 of file const.h.

◆ LABEL_AT_LEFT

#define LABEL_AT_LEFT   2

Definition at line 186 of file const.h.

◆ LABEL_AT_RIGHT

#define LABEL_AT_RIGHT   4

Definition at line 187 of file const.h.

◆ LABEL_AT_TOP

#define LABEL_AT_TOP   1

Definition at line 185 of file const.h.

◆ LBRACE

#define LBRACE   '{'

Definition at line 17 of file const.h.

◆ LEAFSET

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

Definition at line 39 of file const.h.

◆ LEFT

#define LEFT   (1<<LEFT_IX)

Definition at line 120 of file const.h.

◆ LEFT_IX

#define LEFT_IX   3

Definition at line 114 of file const.h.

◆ LINESPACING

#define LINESPACING   1.20

Definition at line 70 of file const.h.

◆ LOCAL

#define LOCAL   100

Definition at line 43 of file const.h.

◆ LPAREN

#define LPAREN   '('

Definition at line 15 of file const.h.

◆ LT_HTML

#define LT_HTML   (1 << 1)

Definition at line 238 of file const.h.

◆ LT_NONE

#define LT_NONE   (0 << 1)

Definition at line 237 of file const.h.

◆ LT_RECD

#define LT_RECD   (2 << 1)

Definition at line 239 of file const.h.

◆ MAXDIM

#define MAXDIM   10

Definition at line 169 of file const.h.

◆ MAXRANK

#define MAXRANK   4 /* place on "greatest" rank */

Definition at line 37 of file const.h.

◆ MC_SCALE

#define MC_SCALE   256 /* for mincross */

Definition at line 99 of file const.h.

◆ METAPOST

#define METAPOST   22

Definition at line 138 of file const.h.

◆ MIF

#define MIF   4 /* Adobe FrameMaker */

Definition at line 133 of file const.h.

◆ MIN_FONTSIZE

#define MIN_FONTSIZE   1.0

Definition at line 63 of file const.h.

◆ MIN_NODEHEIGHT

#define MIN_NODEHEIGHT   0.02

Definition at line 73 of file const.h.

◆ MIN_NODEPENWIDTH

#define MIN_NODEPENWIDTH   0.0

Definition at line 78 of file const.h.

◆ MIN_NODESEP

#define MIN_NODESEP   0.02

Definition at line 86 of file const.h.

◆ MIN_NODEWIDTH

#define MIN_NODEWIDTH   0.01

Definition at line 75 of file const.h.

◆ MIN_RANKSEP

#define MIN_RANKSEP   0.02

Definition at line 88 of file const.h.

◆ MINRANK

#define MINRANK   2 /* place on "least" rank */

Definition at line 35 of file const.h.

◆ MYHUGE

#define MYHUGE   (1.0e+37)

Definition at line 168 of file const.h.

◆ NEW_RANK

#define NEW_RANK   (1 << 4)

Definition at line 257 of file const.h.

◆ NO_POLY

#define NO_POLY   4 /* bit flag: if set, do fill only */

Definition at line 234 of file const.h.

◆ NO_SUPPORT

#define NO_SUPPORT   999 /* no support */

Definition at line 147 of file const.h.

◆ NOCLUST

#define NOCLUST   102

Definition at line 45 of file const.h.

◆ NOCMD

#define NOCMD   0 /* default */

Definition at line 33 of file const.h.

◆ NODE

#define NODE   1

Definition at line 127 of file const.h.

◆ NODE_XLABEL

#define NODE_XLABEL   (1 << 4)

Definition at line 180 of file const.h.

◆ NODENAME_ESC

#define NODENAME_ESC   "\\N"

Definition at line 80 of file const.h.

◆ NONE

#define NONE   0

Definition at line 126 of file const.h.

◆ NORMAL

#define NORMAL   0 /* an original input node */

Definition at line 24 of file const.h.

◆ P_FIX

#define P_FIX   2 /* position fixed during topological layout */

Definition at line 262 of file const.h.

◆ P_PIN

#define P_PIN   3 /* position fixed */

Definition at line 263 of file const.h.

◆ P_SET

#define P_SET   1 /* position supplied by user */

Definition at line 261 of file const.h.

◆ PCL

#define PCL   3 /* Printer Control Language */

Definition at line 132 of file const.h.

◆ PIC_format

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

Definition at line 134 of file const.h.

◆ PORT_LABEL_ANGLE

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

Definition at line 102 of file const.h.

◆ PORT_LABEL_DISTANCE

#define PORT_LABEL_DISTANCE   10

Definition at line 101 of file const.h.

◆ QBM_FIRST

#define QBM_FIRST   100 /* first Quartz bitmap format, inclusive */

Definition at line 143 of file const.h.

◆ QBM_LAST

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

Definition at line 144 of file const.h.

◆ QEPDF

#define QEPDF   31 /* Quartz embedded PDF */

Definition at line 141 of file const.h.

◆ QPDF

#define QPDF   30 /* Quartz paged PDF */

Definition at line 140 of file const.h.

◆ RANKDIR_BT

#define RANKDIR_BT   2

Definition at line 192 of file const.h.

◆ RANKDIR_LR

#define RANKDIR_LR   1

Definition at line 191 of file const.h.

◆ RANKDIR_RL

#define RANKDIR_RL   3

Definition at line 193 of file const.h.

◆ RANKDIR_TB

#define RANKDIR_TB   0

Definition at line 190 of file const.h.

◆ RBRACE

#define RBRACE   '}'

Definition at line 18 of file const.h.

◆ REGULAREDGE

#define REGULAREDGE   1

Definition at line 159 of file const.h.

◆ REVERSED

#define REVERSED   3 /* reverse of an original edge */

Definition at line 27 of file const.h.

◆ RGRADIENT

#define RGRADIENT   3

Definition at line 233 of file const.h.

◆ RIGHT

#define RIGHT   (1<<RIGHT_IX)

Definition at line 118 of file const.h.

◆ RIGHT_IX

#define RIGHT_IX   1

Definition at line 112 of file const.h.

◆ RPAREN

#define RPAREN   ')'

Definition at line 16 of file const.h.

◆ SAMERANK

#define SAMERANK   1 /* place on same rank */

Definition at line 34 of file const.h.

◆ SELF_EDGE_SIZE

#define SELF_EDGE_SIZE   18

Definition at line 98 of file const.h.

◆ SELFEDGE

#define SELFEDGE   8

Definition at line 163 of file const.h.

◆ SELFNPEDGE

#define SELFNPEDGE   8

Definition at line 162 of file const.h.

◆ SELFWPEDGE

#define SELFWPEDGE   4

Definition at line 161 of file const.h.

◆ SINKRANK

#define SINKRANK   5 /* strict version of MAXRANK */

Definition at line 38 of file const.h.

◆ SLACKNODE

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

Definition at line 26 of file const.h.

◆ SOURCERANK

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

Definition at line 36 of file const.h.

◆ Spring_coeff

#define Spring_coeff   1.0

Definition at line 167 of file const.h.

◆ TAIL_LABEL

#define TAIL_LABEL   (1 << 2)

Definition at line 178 of file const.h.

◆ TK

#define TK   15 /* TK canvas */

Definition at line 135 of file const.h.

◆ TOP

#define TOP   (1<<TOP_IX)

Definition at line 119 of file const.h.

◆ TOP_IX

#define TOP_IX   2

Definition at line 113 of file const.h.

◆ VIRTUAL

#define VIRTUAL   1 /* virtual nodes in long edge chains */

Definition at line 25 of file const.h.

◆ VTX

#define VTX   21 /* visual thought */

Definition at line 137 of file const.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DOGEAR 
TAB 
FOLDER 
BOX3D 
COMPONENT 
PROMOTER 
CDS 
TERMINATOR 
UTR 
PRIMERSITE 
RESTRICTIONSITE 
FIVEPOVERHANG 
THREEPOVERHANG 
NOVERHANG 
ASSEMBLY 
SIGNATURE 
INSULATOR 
RIBOSITE 
RNASTAB 
PROTEASESITE 
PROTEINSTAB 
RPROMOTER 
RARROW 
LARROW 
LPROMOTER 
CYLINDER 

Definition at line 201 of file const.h.