Blender  V2.93
Public Attributes | List of all members
HeapNode Struct Reference

Public Attributes

float value
 
uint index
 
void * ptr
 

Detailed Description

Definition at line 34 of file BLI_heap.c.

Member Data Documentation

◆ index

uint HeapNode::index

Definition at line 36 of file BLI_heap.c.

Referenced by heap_is_minheap(), and heap_swap().

◆ ptr

void* HeapNode::ptr

◆ value

float HeapNode::value

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