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

#include <BLI_edgehash.h>

Public Attributes

struct _EdgeHash_Edgeedges
 
uint length
 
uint index
 

Detailed Description

Definition at line 190 of file BLI_edgehash.h.

Member Data Documentation

◆ edges

struct _EdgeHash_Edge* EdgeSetIterator::edges

Definition at line 191 of file BLI_edgehash.h.

Referenced by BLI_edgesetIterator_getKey(), and BLI_edgesetIterator_new().

◆ index

uint EdgeSetIterator::index

◆ length

uint EdgeSetIterator::length

Definition at line 192 of file BLI_edgehash.h.

Referenced by BLI_edgesetIterator_isDone(), and BLI_edgesetIterator_new().


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