Graphviz 13.0.0~dev.20241220.2304
|
#include "types.h"
#include "cgraph.h"
#include <cgraph/list.h>
#include <ortho/rawgraph.h>
#include <stdbool.h>
#include <stddef.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 } |
#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.