Graphviz 13.0.0~dev.20241222.1117
|
Data Fields | |
int | nodetype |
int | segnum |
pointf | yval |
int | trnum |
int | parent |
int | left |
int | right |
Definition at line 48 of file trapezoid.c.
int qnode_t::left |
Definition at line 54 of file trapezoid.c.
Referenced by add_segment(), init_query_structure(), locate_endpoint(), and merge_trapezoids().
int qnode_t::nodetype |
Definition at line 49 of file trapezoid.c.
Referenced by add_segment(), init_query_structure(), and locate_endpoint().
int qnode_t::parent |
Definition at line 53 of file trapezoid.c.
Referenced by add_segment(), init_query_structure(), and merge_trapezoids().
int qnode_t::right |
Definition at line 54 of file trapezoid.c.
Referenced by add_segment(), init_query_structure(), locate_endpoint(), and merge_trapezoids().
int qnode_t::segnum |
Definition at line 50 of file trapezoid.c.
Referenced by add_segment(), init_query_structure(), and locate_endpoint().
int qnode_t::trnum |
Definition at line 52 of file trapezoid.c.
Referenced by add_segment(), init_query_structure(), and locate_endpoint().
pointf qnode_t::yval |
Definition at line 51 of file trapezoid.c.
Referenced by add_segment(), init_query_structure(), and locate_endpoint().