|
Defines |
| #define | _PACK_H 1 |
Enumerations |
| enum | pack_mode { l_undef,
l_clust,
l_node,
l_graph
} |
Functions |
| point * | putGraphs (int, Agraph_t **, Agraph_t *, pack_info *) |
| int | shiftGraphs (int, Agraph_t **, point *, Agraph_t *, int) |
| int | packGraphs (int, Agraph_t **, Agraph_t *, pack_info *) |
| int | packSubgraphs (int, Agraph_t **, Agraph_t *, pack_info *) |
| pack_mode | getPackMode (Agraph_t *g, pack_mode dflt) |
| int | getPack (Agraph_t *, int not_def, int dflt) |
| int | isConnected (Agraph_t *) |
| Agraph_t ** | ccomps (Agraph_t *, int *, char *) |
| Agraph_t ** | pccomps (Agraph_t *, int *, char *, boolean *) |
| int | nodeInduce (Agraph_t *) |