Lines Matching defs:graph

112 /* VCG graph orientation. */
172 coordinates of the graph. Locations are specified in the form
174 if the whole graph is fully specified with locations and no part is
219 scale value of a node relatively to a scale value of the graph,
220 i.e. if (stretch,shrink) = (2,1) for the graph and (stretch,shrink)
221 = (2,1) for the node of the graph, then the node is scaled by the
229 (with k ? 0) means that the graph part that is reachable via edges
272 combines additional text labels with a node or a folded graph. info1,
443 | Graph attributs list. Structure that describes a graph. |
446 struct graph
449 Title specifies the name (a string) associated with the graph. The
450 default name of a subgraph is the name of the outer graph, and the
451 name of the outmost graph is the name of the specification input
452 file. The name of a graph is used to identify this graph, e.g., if
454 point to the root of the graph, i.e. the first node of the graph or
455 the root of the first subgraph in the graph, if the subgraph is
457 By default, it's the name of the vcg graph file description. */
461 Label the text displayed inside the node, when the graph is folded
462 to a node. If no label is specified then the title of the graph will
470 folded graph. info1, info2, info3 can be selected from the menu
477 Color specifies the background color for the outermost graph, or the
495 displayed part of the window of the outermost graph in pixels, or
501 window of the outermost graph in pixels, or width and height of the
511 /* x, y are the x-position and y-position of the graph's window in
512 pixels, relatively to the root screen, if it is the outermost graph.
527 graph's representation (default is 1, 1). ((stretch=shrink) \Lambda
528 100) is the scaling of the graph in percentage, e.g.,
580 used to display the graph. This is usually larger than the displayed
582 greater than xmax and ymax. Only those parts of the graph are drawn
590 /* xy-base: specify the upper left corner coordinates of the graph
629 of classes of hidden edges allows to hide parts of a graph, e.g.,
683 /* Late edge labels yes means that the graph is first partitioned and
685 labels and then partitions the graph, which yield a more compact
702 /* Finetuning no switches the fine tuning phase of the graph layout
709 unconnected from the remaining graph. Such nodes have no edge at all
744 graph layout.
748 /* Orientation specifies the orientation of the graph: top.to.bottom,
833 of the fixed size of the window that shows the graph, we normally
834 can only see a small amount of a large graph. If we shrink the graph
837 the graph is distort, to overcome this usage deficiency. The polar
839 contains the graph picture onto a spheric ball. If we now look onto
846 graph is visible (self adaptable cartesian fisheye). With fcfish,
849 smaller than the whole graph, but the demagnification needed to show
852 selected that shows the whole graph, and with fpfish the fixed
938 typedef struct graph graph;
940 void new_graph (graph *g);
944 void add_node (graph *g, node *n);
945 void add_edge (graph *g, edge *e);
947 void add_colorentry (graph *g, int color_idx, int red_cp,
949 void add_classname (graph *g, int val, const char *name);
950 void add_infoname (graph *g, int val, const char *name);
961 void output_graph (graph *g, FILE *fout);
962 void close_graph (graph *g, FILE *fout);