Graphviz 13.0.0~dev.20250404.0032
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
qnode_t Struct Reference
Collaboration diagram for qnode_t:
[legend]

Data Fields

int nodetype
 
int segnum
 
pointf yval
 
size_t trnum
 
size_t parent
 doubly linked DAG
 
size_t left
 
size_t right
 children
 

Detailed Description

Definition at line 53 of file trapezoid.c.

Field Documentation

◆ left

size_t qnode_t::left

Definition at line 59 of file trapezoid.c.

Referenced by locate_endpoint().

◆ nodetype

int qnode_t::nodetype

Definition at line 54 of file trapezoid.c.

Referenced by locate_endpoint().

◆ parent

size_t qnode_t::parent

Definition at line 58 of file trapezoid.c.

◆ right

size_t qnode_t::right

Definition at line 59 of file trapezoid.c.

Referenced by locate_endpoint().

◆ segnum

int qnode_t::segnum

Definition at line 55 of file trapezoid.c.

Referenced by locate_endpoint().

◆ trnum

size_t qnode_t::trnum

Definition at line 57 of file trapezoid.c.

Referenced by locate_endpoint().

◆ yval

pointf qnode_t::yval

Definition at line 56 of file trapezoid.c.

Referenced by locate_endpoint().


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