Graphviz 13.1.2~dev.20250807.2324
Loading...
Searching...
No Matches
el_state_t Struct Reference

#include <hedges.h>

Collaboration diagram for el_state_t:
[legend]

Data Fields

Halfedgeallocated
 outstanding live Halfedges
 
int hashsize
 
Halfedge ** hash
 
Halfedgeleftend
 
Halfedgerightend
 

Detailed Description

Definition at line 36 of file hedges.h.

Field Documentation

◆ allocated

Halfedge* el_state_t::allocated

Definition at line 37 of file hedges.h.

Referenced by ELcleanup(), and HEcreate().

◆ hash

Halfedge** el_state_t::hash

Definition at line 39 of file hedges.h.

Referenced by ELcleanup(), ELgethash(), ELinitialize(), and ELleftbnd().

◆ hashsize

int el_state_t::hashsize

Definition at line 38 of file hedges.h.

Referenced by ELgethash(), ELinitialize(), and ELleftbnd().

◆ leftend

Halfedge* el_state_t::leftend

Definition at line 40 of file hedges.h.

Referenced by ELinitialize(), ELleftbnd(), and voronoi().

◆ rightend

Halfedge* el_state_t::rightend

Definition at line 41 of file hedges.h.

Referenced by ELinitialize(), ELleftbnd(), and voronoi().


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