Blender  V3.3
Public Attributes | List of all members
EdgeSet Struct Reference

Public Attributes

Edgeentries
 
int32_tmap
 
uint32_t slot_mask
 
uint capacity_exp
 
uint length
 

Detailed Description

Definition at line 35 of file edgehash.c.

Member Data Documentation

◆ capacity_exp

uint EdgeSet::capacity_exp

Definition at line 39 of file edgehash.c.

Referenced by BLI_edgeset_new_ex(), and edgeset_ensure_can_insert().

◆ entries

Edge* EdgeSet::entries

◆ length

uint EdgeSet::length

◆ map

int32_t* EdgeSet::map

◆ slot_mask

uint32_t EdgeSet::slot_mask

Definition at line 38 of file edgehash.c.


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