Blender V4.3
DLRBT_Node Struct Reference

#include <BLI_dlrbTree.h>

Public Attributes

struct DLRBT_Nodenext
struct DLRBT_Nodeprev
struct DLRBT_Nodeleft
struct DLRBT_Noderight
struct DLRBT_Nodeparent
char tree_col

Detailed Description

Basic Layout for a Node.

Definition at line 29 of file BLI_dlrbTree.h.

Member Data Documentation

◆ left

◆ next

struct DLRBT_Node* DLRBT_Node::next

Definition at line 31 of file BLI_dlrbTree.h.

Referenced by BLI_dlrbTree_search_next(), and linkedlist_sync_add_node().

◆ parent

◆ prev

struct DLRBT_Node * DLRBT_Node::prev

Definition at line 31 of file BLI_dlrbTree.h.

Referenced by BLI_dlrbTree_search_prev(), and linkedlist_sync_add_node().

◆ right

◆ tree_col

char DLRBT_Node::tree_col

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