Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

const.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define M_PI   3.14159265358979323846
#define PI   M_PI
#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_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_MARGIN   36
#define DEFAULT_EMBED_MARGIN   5
#define DEFAULT_PAGEHT   792
#define DEFAULT_PAGEWD   612
#define SELF_EDGE_SIZE   18
#define MC_SCALE   256
#define PORT_LABEL_DISTANCE   10
#define PORT_LABEL_ANGLE   -25
#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 ATTRIBUTED_DOT   0
#define POSTSCRIPT   1
#define HPGL   2
#define PCL   3
#define MIF   4
#define PIC_format   5
#define PLAIN   6
#define PLAIN_EXT   7
#define GD   8
#define memGD   9
#define GD2   10
#define GIF   11
#define JPEG   12
#define PNG   13
#define WBMP   14
#define XBM   15
#define ISMAP   16
#define IMAP   17
#define CMAP   18
#define CMAPX   19
#define VRML   20
#define VTX   21
#define METAPOST   22
#define FIG   23
#define DIA   24
#define SVG   25
#define SVGZ   26
#define CANONICAL_DOT   27
#define PDF   28
#define EXTENDED_DOT   29
#define CAIRO_X11   30
#define CAIRO_PNG   31
#define CAIRO_PS   32
#define QPDF   33
#define QEPDF   34
#define QBM_FIRST   100
#define QBM_LAST   200
#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 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 P_SET   1
#define P_FIX   2
#define P_PIN   3
#define GAP   4


Define Documentation

#define ARR_NONE   0
 

Definition at line 100 of file const.h.

#define ATTRIBUTED_DOT   0
 

Definition at line 124 of file const.h.

#define BOTTOM   (1<<BOTTOM_IX)
 

Definition at line 109 of file const.h.

#define BOTTOM_IX   0
 

Definition at line 103 of file const.h.

#define CAIRO_PNG   31
 

Definition at line 158 of file const.h.

#define CAIRO_PS   32
 

Definition at line 159 of file const.h.

#define CAIRO_X11   30
 

Definition at line 157 of file const.h.

#define CANONICAL_DOT   27
 

Definition at line 154 of file const.h.

#define CCW   -1
 

Definition at line 114 of file const.h.

#define CL_BACK   10
 

Definition at line 168 of file const.h.

#define CL_CROSS   1000
 

Definition at line 171 of file const.h.

#define CL_OFFSET   8
 

Definition at line 169 of file const.h.

#define CLST   3
 

Definition at line 121 of file const.h.

#define CLUSTER   7
 

Definition at line 53 of file const.h.

#define CLUSTER_EDGE   5
 

Definition at line 42 of file const.h.

#define CMAP   18
 

Definition at line 145 of file const.h.

#define CMAPX   19
 

Definition at line 146 of file const.h.

#define CW   1
 

Definition at line 115 of file const.h.

#define DEFAULT_COLOR   "black"
 

Definition at line 61 of file const.h.

#define DEFAULT_EMBED_MARGIN   5
 

Definition at line 88 of file const.h.

#define DEFAULT_FILL   "lightgrey"
 

Definition at line 66 of file const.h.

#define DEFAULT_FONTNAME   "Times-Roman"
 

Definition at line 65 of file const.h.

#define DEFAULT_FONTSIZE   14.0
 

Definition at line 62 of file const.h.

#define DEFAULT_LABEL_FONTSIZE   11.0
 

Definition at line 63 of file const.h.

#define DEFAULT_LAYERSEP   ":\t "
 

Definition at line 77 of file const.h.

#define DEFAULT_MARGIN   36
 

Definition at line 85 of file const.h.

#define DEFAULT_NODEHEIGHT   0.5
 

Definition at line 69 of file const.h.

#define DEFAULT_NODESEP   0.25
 

Definition at line 79 of file const.h.

#define DEFAULT_NODESHAPE   "ellipse"
 

Definition at line 73 of file const.h.

#define DEFAULT_NODEWIDTH   0.75
 

Definition at line 71 of file const.h.

#define DEFAULT_PAGEHT   792
 

Definition at line 90 of file const.h.

#define DEFAULT_PAGEWD   612
 

Definition at line 91 of file const.h.

#define DEFAULT_RANKSEP   0.5
 

Definition at line 81 of file const.h.

#define DIA   24
 

Definition at line 151 of file const.h.

#define EDGE   2
 

Definition at line 120 of file const.h.

#define EDGE_LABEL   1
 

Definition at line 198 of file const.h.

#define EDGETYPEMASK   15
 

Definition at line 182 of file const.h.

#define EXTENDED_DOT   29
 

Definition at line 156 of file const.h.

#define FIG   23
 

Definition at line 150 of file const.h.

#define FLATEDGE   2
 

Definition at line 178 of file const.h.

#define FLATORDER   4
 

Definition at line 41 of file const.h.

#define GAP   4
 

Definition at line 220 of file const.h.

#define GD   8
 

Definition at line 134 of file const.h.

#define GD2   10
 

Definition at line 136 of file const.h.

#define GIF   11
 

Definition at line 137 of file const.h.

#define GLOBAL   101
 

Definition at line 57 of file const.h.

#define GRAPH_LABEL   8
 

Definition at line 201 of file const.h.

#define GVBEGIN   0
 

Definition at line 194 of file const.h.

#define GVSPLINES   1
 

Definition at line 195 of file const.h.

#define HEAD_LABEL   2
 

Definition at line 199 of file const.h.

#define HPGL   2
 

Definition at line 126 of file const.h.

#define IGNORED   6
 

Definition at line 43 of file const.h.

#define IMAP   17
 

Definition at line 144 of file const.h.

#define ISMAP   16
 

Definition at line 143 of file const.h.

#define JPEG   12
 

Definition at line 138 of file const.h.

#define LABEL_AT_BOTTOM   0
 

Definition at line 204 of file const.h.

#define LABEL_AT_LEFT   2
 

Definition at line 206 of file const.h.

#define LABEL_AT_RIGHT   4
 

Definition at line 207 of file const.h.

#define LABEL_AT_TOP   1
 

Definition at line 205 of file const.h.

#define LBRACE   '{'
 

Definition at line 30 of file const.h.

#define LEAFSET   6
 

Definition at line 52 of file const.h.

#define LEFT   (1<<LEFT_IX)
 

Definition at line 112 of file const.h.

#define LEFT_IX   3
 

Definition at line 106 of file const.h.

#define LINESPACING   1.20
 

Definition at line 67 of file const.h.

#define LOCAL   100
 

Definition at line 56 of file const.h.

#define LPAREN   '('
 

Definition at line 28 of file const.h.

#define M_PI   3.14159265358979323846
 

Definition at line 21 of file const.h.

#define MAXDIM   10
 

Definition at line 191 of file const.h.

#define MAXRANK   4
 

Definition at line 50 of file const.h.

#define MC_SCALE   256
 

Definition at line 94 of file const.h.

#define memGD   9
 

Definition at line 135 of file const.h.

#define METAPOST   22
 

Definition at line 149 of file const.h.

#define MIF   4
 

Definition at line 128 of file const.h.

#define MIN_FONTSIZE   1.0
 

Definition at line 64 of file const.h.

#define MIN_NODEHEIGHT   0.02
 

Definition at line 70 of file const.h.

#define MIN_NODESEP   0.02
 

Definition at line 80 of file const.h.

#define MIN_NODEWIDTH   0.01
 

Definition at line 72 of file const.h.

#define MIN_RANKSEP   0.02
 

Definition at line 82 of file const.h.

#define MINRANK   2
 

Definition at line 48 of file const.h.

#define MYHUGE   (1.0e+37)
 

Definition at line 190 of file const.h.

#define NOCLUST   102
 

Definition at line 58 of file const.h.

#define NOCMD   0
 

Definition at line 46 of file const.h.

#define NODE   1
 

Definition at line 119 of file const.h.

#define NODENAME_ESC   "\\N"
 

Definition at line 75 of file const.h.

#define NONE   0
 

Definition at line 118 of file const.h.

#define NORMAL   0
 

Definition at line 37 of file const.h.

#define P_FIX   2
 

Definition at line 217 of file const.h.

#define P_PIN   3
 

Definition at line 218 of file const.h.

#define P_SET   1
 

Definition at line 216 of file const.h.

#define PCL   3
 

Definition at line 127 of file const.h.

#define PDF   28
 

Definition at line 155 of file const.h.

#define PI   M_PI
 

Definition at line 24 of file const.h.

#define PIC_format   5
 

Definition at line 129 of file const.h.

#define PLAIN   6
 

Definition at line 131 of file const.h.

#define PLAIN_EXT   7
 

Definition at line 132 of file const.h.

#define PNG   13
 

Definition at line 139 of file const.h.

#define PORT_LABEL_ANGLE   -25
 

Definition at line 97 of file const.h.

#define PORT_LABEL_DISTANCE   10
 

Definition at line 96 of file const.h.

#define POSTSCRIPT   1
 

Definition at line 125 of file const.h.

#define QBM_FIRST   100
 

Definition at line 164 of file const.h.

#define QBM_LAST   200
 

Definition at line 165 of file const.h.

#define QEPDF   34
 

Definition at line 162 of file const.h.

#define QPDF   33
 

Definition at line 161 of file const.h.

#define RANKDIR_BT   2
 

Definition at line 212 of file const.h.

#define RANKDIR_LR   1
 

Definition at line 211 of file const.h.

#define RANKDIR_RL   3
 

Definition at line 213 of file const.h.

#define RANKDIR_TB   0
 

Definition at line 210 of file const.h.

#define RBRACE   '}'
 

Definition at line 31 of file const.h.

#define REGULAREDGE   1
 

Definition at line 177 of file const.h.

#define REVERSED   3
 

Definition at line 40 of file const.h.

#define RIGHT   (1<<RIGHT_IX)
 

Definition at line 110 of file const.h.

#define RIGHT_IX   1
 

Definition at line 104 of file const.h.

#define RPAREN   ')'
 

Definition at line 29 of file const.h.

#define SAMERANK   1
 

Definition at line 47 of file const.h.

#define SELF_EDGE_SIZE   18
 

Definition at line 93 of file const.h.

#define SELFEDGE   8
 

Definition at line 181 of file const.h.

#define SELFNPEDGE   8
 

Definition at line 180 of file const.h.

#define SELFWPEDGE   4
 

Definition at line 179 of file const.h.

#define SERVER_NE   500
 

Definition at line 186 of file const.h.

#define SERVER_NN   200
 

Definition at line 185 of file const.h.

#define SINKRANK   5
 

Definition at line 51 of file const.h.

#define SLACKNODE   2
 

Definition at line 39 of file const.h.

#define SMALLBUF   128
 

Definition at line 27 of file const.h.

#define SOURCERANK   3
 

Definition at line 49 of file const.h.

#define Spring_coeff   1.0
 

Definition at line 189 of file const.h.

#define SVG   25
 

Definition at line 152 of file const.h.

#define SVGZ   26
 

Definition at line 153 of file const.h.

#define TAIL_LABEL   4
 

Definition at line 200 of file const.h.

#define TOP   (1<<TOP_IX)
 

Definition at line 111 of file const.h.

#define TOP_IX   2
 

Definition at line 105 of file const.h.

#define VIRTUAL   1
 

Definition at line 38 of file const.h.

#define VRML   20
 

Definition at line 147 of file const.h.

#define VTX   21
 

Definition at line 148 of file const.h.

#define WBMP   14
 

Definition at line 140 of file const.h.

#define XBM   15
 

Definition at line 141 of file const.h.

Untitled Document Pesquisa Psi SourceForge.net Logo