Blender V4.3
HeapNode Struct Reference

Public Attributes

float value
 
uint index
 
void * ptr
 

Detailed Description

Definition at line 23 of file BLI_heap.c.

Member Data Documentation

◆ index

uint HeapNode::index

Definition at line 25 of file BLI_heap.c.

Referenced by heap_is_minheap().

◆ ptr

void* HeapNode::ptr

◆ value

float HeapNode::value

Definition at line 24 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: