|
Graphviz 14.0.3~dev.20251029.0425
|
Data Fields | |
| int | nodetype |
| int | segnum |
| pointf | yval |
| size_t | trnum |
| size_t | parent |
| doubly linked DAG | |
| size_t | left |
| size_t | right |
| children | |
Definition at line 53 of file trapezoid.c.
| size_t qnode_t::left |
Definition at line 59 of file trapezoid.c.
Referenced by locate_endpoint().
| int qnode_t::nodetype |
Definition at line 54 of file trapezoid.c.
Referenced by locate_endpoint().
| size_t qnode_t::parent |
Definition at line 58 of file trapezoid.c.
| size_t qnode_t::right |
Definition at line 59 of file trapezoid.c.
Referenced by locate_endpoint().
| int qnode_t::segnum |
Definition at line 55 of file trapezoid.c.
Referenced by locate_endpoint().
| size_t qnode_t::trnum |
Definition at line 57 of file trapezoid.c.
Referenced by locate_endpoint().
| pointf qnode_t::yval |
Definition at line 56 of file trapezoid.c.
Referenced by locate_endpoint().