Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
structures.h File Reference
#include "types.h"
#include "cgraph.h"
#include <cgraph/list.h>
#include <ortho/rawgraph.h>
#include <stdbool.h>
#include <stddef.h>
Include dependency graph for structures.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ N_DAD

#define N_DAD (   n)    (n)->n_dad

Definition at line 63 of file structures.h.

Typedef Documentation

◆ segment

typedef struct segment segment

Enumeration Type Documentation

◆ bend

enum bend
Enumerator
B_NODE 
B_UP 
B_LEFT 
B_DOWN 
B_RIGHT 

Definition at line 32 of file structures.h.