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

Public Attributes

EdgeHashEntryentries
 
int32_tmap
 
uint32_t slot_mask
 
uint capacity_exp
 
uint length
 
uint dummy_count
 

Detailed Description

Definition at line 26 of file edgehash.c.

Member Data Documentation

◆ capacity_exp

uint EdgeHash::capacity_exp

◆ dummy_count

uint EdgeHash::dummy_count

◆ entries

EdgeHashEntry* EdgeHash::entries

◆ length

uint EdgeHash::length

◆ map

int32_t* EdgeHash::map

◆ slot_mask

uint32_t EdgeHash::slot_mask

Definition at line 29 of file edgehash.c.


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