Graphviz 13.0.0~dev.20241222.1117
Loading...
Searching...
No Matches
qnode_t Struct Reference
Collaboration diagram for qnode_t:
[legend]

Data Fields

int nodetype
 
int segnum
 
pointf yval
 
int trnum
 
int parent
 
int left
 
int right
 

Detailed Description

Definition at line 48 of file trapezoid.c.

Field Documentation

◆ left

int qnode_t::left

Definition at line 54 of file trapezoid.c.

Referenced by add_segment(), init_query_structure(), locate_endpoint(), and merge_trapezoids().

◆ nodetype

int qnode_t::nodetype

Definition at line 49 of file trapezoid.c.

Referenced by add_segment(), init_query_structure(), and locate_endpoint().

◆ parent

int qnode_t::parent

Definition at line 53 of file trapezoid.c.

Referenced by add_segment(), init_query_structure(), and merge_trapezoids().

◆ right

int qnode_t::right

Definition at line 54 of file trapezoid.c.

Referenced by add_segment(), init_query_structure(), locate_endpoint(), and merge_trapezoids().

◆ segnum

int qnode_t::segnum

Definition at line 50 of file trapezoid.c.

Referenced by add_segment(), init_query_structure(), and locate_endpoint().

◆ trnum

int qnode_t::trnum

Definition at line 52 of file trapezoid.c.

Referenced by add_segment(), init_query_structure(), and locate_endpoint().

◆ yval

pointf qnode_t::yval

Definition at line 51 of file trapezoid.c.

Referenced by add_segment(), init_query_structure(), and locate_endpoint().


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