|
Graphviz 14.0.3~dev.20251029.0425
|
adjust directed graphs to improve layout aspect ratio More...
#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <cgraph/cgraph.h>#include <cgraph/ingraphs.h>#include <getopt.h>#include "openFile.h"#include <util/exit.h>#include <util/unreachable.h>Go to the source code of this file.
Typedefs | |
| typedef graphviz_unflatten_options_t | opts_t |
Functions | |
| static void | usage (int v) |
| static char ** | scanargs (opts_t *opts, int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| static FILE * | outFile |
| static char * | cmd |
| static char * | useString |
| typedef graphviz_unflatten_options_t opts_t |
Definition at line 33 of file unflatten.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 108 of file unflatten.c.
References agwrite(), graphviz_exit(), graphviz_unflatten(), newIngraph(), nextGraph(), opts, outFile, and scanargs().
|
static |
Definition at line 52 of file unflatten.c.
References cmd, NULL, openFile(), opts, outFile, UNREACHABLE, and usage.
Referenced by main().
|
static |
Definition at line 46 of file unflatten.c.
References cmd, graphviz_exit(), and useString.
|
static |
Definition at line 36 of file unflatten.c.
Referenced by scanargs(), and usage().
|
static |
Definition at line 35 of file unflatten.c.
Referenced by main(), and scanargs().
|
static |
Definition at line 38 of file unflatten.c.
Referenced by usage().