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

Public Attributes

float value
 
uint index
 
voidptr
 

Detailed Description

Definition at line 20 of file BLI_heap.c.

Member Data Documentation

◆ index

uint HeapNode::index

Definition at line 22 of file BLI_heap.c.

Referenced by heap_is_minheap(), and heap_swap().

◆ ptr

void* HeapNode::ptr

◆ value

float HeapNode::value

Definition at line 21 of file BLI_heap.c.

Referenced by BLI_heap_node_value(), and BLI_heap_top_value().


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