|
Graphviz 14.0.3~dev.20251028.0232
|
#include "types.h"#include "cgraph.h"#include <ortho/rawgraph.h>#include <stdbool.h>#include <stddef.h>#include <util/list.h>Go to the source code of this file.
Data Structures | |
| struct | paird |
| struct | pair |
| struct | pair2 |
| struct | segment |
| struct | route |
| struct | channel |
Macros | |
| #define | N_DAD(n) (n)->n_dad |
Typedefs | |
| typedef struct segment | segment |
Enumerations | |
| enum | bend { B_NODE , B_UP , B_LEFT , B_DOWN , B_RIGHT } |
Functions | |
| typedef | LIST (segment *) seg_list_t |
| #define N_DAD | ( | n | ) | (n)->n_dad |
Definition at line 63 of file structures.h.
| enum bend |
| Enumerator | |
|---|---|
| B_NODE | |
| B_UP | |
| B_LEFT | |
| B_DOWN | |
| B_RIGHT | |
Definition at line 32 of file structures.h.
| typedef LIST | ( | segment * | ) |