Graphviz 13.0.0~dev.20250511.0440
Loading...
Searching...
No Matches
dotprocs.h
Go to the documentation of this file.
1/*************************************************************************
2 * Copyright (c) 2011 AT&T Intellectual Property
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * https://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors: Details at https://graphviz.org
9 *************************************************************************/
10
11#pragma once
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#include <dotgen/aspect.h>
18#include <stdbool.h>
19#include <util/list.h>
20
21DEFINE_LIST(ints, int)
22DEFINE_LIST(node_queue, Agnode_t *)
23
24 extern void acyclic(Agraph_t *);
25 extern void allocate_ranks(Agraph_t *);
27 extern int build_ranks(Agraph_t *, int, ints_t *);
28 extern void build_skeleton(Agraph_t *, Agraph_t *);
29 extern void checkLabelOrder (graph_t* g);
30 extern void class1(Agraph_t *);
31 extern void class2(Agraph_t *);
32 extern void decompose(Agraph_t *, int);
33 extern void delete_fast_edge(Agedge_t *);
34 extern void delete_fast_node(Agraph_t *, Agnode_t *);
35 extern void delete_flat_edge(Agedge_t *);
36 extern void dot_cleanup(graph_t * g);
37 extern void dot_layout(Agraph_t * g);
38 extern void dot_init_node_edge(graph_t * g);
39 extern void dot_scan_ranks(graph_t * g);
40 extern void enqueue_neighbors(node_queue_t *q, node_t *n0, int pass);
42 extern int expand_cluster(Agraph_t *);
43 extern Agedge_t *fast_edge(Agedge_t *);
44 extern void fast_node(Agraph_t *, Agnode_t *);
47 extern void flat_edge(Agraph_t *, Agedge_t *);
48 extern int flat_edges(Agraph_t *);
50 extern int install_cluster(Agraph_t *, Agnode_t *, int, node_queue_t *);
52 extern int install_in_rank(Agraph_t *, Agnode_t *);
53 extern bool is_cluster(Agraph_t *);
54 extern void dot_compoundEdges(Agraph_t *);
55 extern Agedge_t *make_aux_edge(Agnode_t *, Agnode_t *, double, int);
56 extern void mark_clusters(Agraph_t *);
57 extern void mark_lowclusters(Agraph_t *);
58 extern bool mergeable(edge_t *e, edge_t *f);
59 extern void merge_chain(Agraph_t*, Agedge_t*, Agedge_t*, bool);
60 extern void merge_oneway(Agedge_t *, Agedge_t *);
62 extern bool nonconstraint_edge(Agedge_t *);
63 extern void other_edge(Agedge_t *);
64 extern void rank1(graph_t * g);
65 extern int portcmp(port p0, port p1);
66 extern int ports_eq(edge_t *, edge_t *);
67 extern void rec_reset_vlists(Agraph_t *);
68 extern void rec_save_vlists(Agraph_t *);
69 extern void reverse_edge(Agedge_t *);
70 extern void safe_other_edge(Agedge_t *);
71 extern void save_vlist(Agraph_t *);
74 extern void virtual_weight(Agedge_t *);
75 extern void zapinlist(elist *, Agedge_t *);
76
77 extern Agraph_t* dot_root(void *);
78 extern void dot_concentrate(Agraph_t *);
80 extern int dot_mincross(Agraph_t *);
81 extern void dot_position(Agraph_t *);
82 extern void dot_rank(Agraph_t *);
83 extern void dot_sameports(Agraph_t *);
85 extern int dot_splines(Agraph_t *);
86
87#ifdef __cplusplus
88}
89#endif
void other_edge(Agedge_t *)
Definition fastgr.c:115
int flat_edges(Agraph_t *)
Definition flat.c:258
void delete_fast_node(Agraph_t *, Agnode_t *)
Definition fastgr.c:189
void class2(Agraph_t *)
Definition class2.c:159
int dot_mincross(Agraph_t *)
Definition mincross.c:350
void merge_chain(Agraph_t *, Agedge_t *, Agedge_t *, bool)
Definition class2.c:134
Agraph_t * dot_root(void *)
Definition dotinit.c:534
int build_ranks(Agraph_t *, int, ints_t *)
Definition mincross.c:1250
int dot_splines(Agraph_t *)
Definition dotsplines.c:497
void dot_scan_ranks(graph_t *g)
Definition rank.c:202
void decompose(Agraph_t *, int)
Definition decomp.c:114
void dot_compoundEdges(Agraph_t *)
Definition compound.c:457
void zapinlist(elist *, Agedge_t *)
Definition fastgr.c:95
void dot_sameports(Agraph_t *)
Definition sameport.c:39
bool is_cluster(Agraph_t *)
Definition rank.c:460
bool nonconstraint_edge(Agedge_t *)
Definition class1.c:20
Agedge_t * virtual_edge(Agnode_t *, Agnode_t *, Agedge_t *)
Definition fastgr.c:170
void rank1(graph_t *g)
Definition rank.c:373
void safe_other_edge(Agedge_t *)
Definition fastgr.c:120
void dot_rank(Agraph_t *)
Definition rank.c:449
void virtual_weight(Agedge_t *)
Definition mincross.c:1797
int portcmp(port p0, port p1)
Definition dotsplines.c:132
void enqueue_neighbors(node_queue_t *q, node_t *n0, int pass)
Definition mincross.c:1326
void checkLabelOrder(graph_t *g)
Definition mincross.c:307
void allocate_ranks(Agraph_t *)
Definition mincross.c:1174
void flat_edge(Agraph_t *, Agedge_t *)
Definition fastgr.c:215
void dot_concentrate(Agraph_t *)
Definition conc.c:203
void fast_node(Agraph_t *, Agnode_t *)
Definition fastgr.c:175
void delete_fast_edge(Agedge_t *)
Definition fastgr.c:108
void merge_oneway(Agedge_t *, Agedge_t *)
Definition fastgr.c:289
int install_cluster(Agraph_t *, Agnode_t *, int, node_queue_t *)
Definition cluster.c:392
Agedge_t * make_aux_edge(Agnode_t *, Agnode_t *, double, int)
Definition position.c:176
Agedge_t * new_virtual_edge(Agnode_t *, Agnode_t *, Agedge_t *)
Definition fastgr.c:131
void class1(Agraph_t *)
Definition class1.c:62
void reverse_edge(Agedge_t *)
Definition acyclic.c:20
void dot_layout(Agraph_t *g)
Definition dotinit.c:524
void dot_position(Agraph_t *)
Definition position.c:125
void dot_init_node_edge(graph_t *g)
Definition dotinit.c:86
int expand_cluster(Agraph_t *)
Definition cluster.c:290
int install_in_rank(Agraph_t *, Agnode_t *)
Definition mincross.c:1202
void build_skeleton(Agraph_t *, Agraph_t *)
Definition cluster.c:355
Agedge_t * fast_edge(Agedge_t *)
Definition fastgr.c:69
void rec_reset_vlists(Agraph_t *)
Definition mincross.c:969
int ports_eq(edge_t *, edge_t *)
Definition position.c:1008
Agedge_t * find_flat_edge(Agnode_t *, Agnode_t *)
Definition fastgr.c:54
bool mergeable(edge_t *e, edge_t *f)
Definition class2.c:154
void dot_cleanup(graph_t *g)
Definition dotinit.c:178
void mark_clusters(Agraph_t *)
Definition cluster.c:311
Agedge_t * find_fast_edge(Agnode_t *, Agnode_t *)
Definition fastgr.c:41
void rec_save_vlists(Agraph_t *)
Definition mincross.c:959
void delete_flat_edge(Agedge_t *)
Definition fastgr.c:222
void acyclic(Agraph_t *)
Definition acyclic.c:56
void save_vlist(Agraph_t *)
Definition mincross.c:949
void mark_lowclusters(Agraph_t *)
Definition cluster.c:412
Agnode_t * virtual_node(Agraph_t *)
Definition fastgr.c:200
#define DEFINE_LIST(name, type)
Definition list.h:22
graph or subgraph
Definition cgraph.h:424
Definition types.h:251
Definition types.h:48