Graphviz 14.0.2~dev.20251008.0253
Loading...
Searching...
No Matches
el_state_t Struct Reference

#include <hedges.h>

Collaboration diagram for el_state_t:
[legend]

Data Fields

arena_t allocated
 outstanding dynamic allocations
 
int hashsize
 
Halfedge ** hash
 
Halfedgeleftend
 
Halfedgerightend
 

Detailed Description

Definition at line 32 of file hedges.h.

Field Documentation

◆ allocated

arena_t el_state_t::allocated

Definition at line 33 of file hedges.h.

Referenced by ELcleanup(), HEcreate(), and voronoi().

◆ hash

Halfedge** el_state_t::hash

Definition at line 35 of file hedges.h.

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

◆ hashsize

int el_state_t::hashsize

Definition at line 34 of file hedges.h.

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

◆ leftend

Halfedge* el_state_t::leftend

Definition at line 36 of file hedges.h.

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

◆ rightend

Halfedge* el_state_t::rightend

Definition at line 37 of file hedges.h.

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


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