Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
vertex Struct Reference

#include <rawgraph.h>

Collaboration diagram for vertex:
[legend]

Data Fields

pointf pos
 
polygonpoly
 
active_edgeactive
 
int color
 
int topsort_order
 
Dt_tadj_list
 
struct position pos
 
struct polygonpoly
 
struct active_edgeactive
 

Detailed Description

Definition at line 31 of file legal.c.

Field Documentation

◆ active [1/2]

active_edge* vertex::active

Definition at line 34 of file legal.c.

Referenced by find_ints(), find_ints(), and Plegal_arrangement().

◆ active [2/2]

struct active_edge* vertex::active

Definition at line 29 of file simple.h.

◆ adj_list

Dt_t* vertex::adj_list

◆ color

int vertex::color

Definition at line 18 of file rawgraph.h.

Referenced by DFS_visit(), make_graph(), and top_sort().

◆ poly [1/2]

polygon* vertex::poly

Definition at line 33 of file legal.c.

Referenced by find_intersection(), Plegal_arrangement(), and Plegal_arrangement().

◆ poly [2/2]

struct polygon* vertex::poly

Definition at line 28 of file simple.h.

◆ pos [1/2]

◆ pos [2/2]

struct position vertex::pos

Definition at line 27 of file simple.h.

◆ topsort_order

int vertex::topsort_order

Definition at line 19 of file rawgraph.h.

Referenced by assignTrackNo(), and top_sort().


The documentation for this struct was generated from the following files: