Blender V4.5
GHashPair Struct Reference

#include <BLI_ghash.h>

Public Attributes

const void * first
 
const void * second
 

Detailed Description

Definition at line 600 of file BLI_ghash.h.

Member Data Documentation

◆ first

const void* GHashPair::first

Definition at line 601 of file BLI_ghash.h.

Referenced by bm_edgering_pair_calc(), and bmo_subdivide_edgering_exec().

◆ second

const void* GHashPair::second

Definition at line 602 of file BLI_ghash.h.

Referenced by bm_edgering_pair_calc(), and bmo_subdivide_edgering_exec().


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