Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcBinaryTreeNode Struct Reference

Structure of a BinaryTreeNode. More...

#include <kzc_binary_tree_node_manager.h>

Data Fields

struct KzcBinaryTreeNodeparent
 Parent node of the node. More...
 
struct KzcBinaryTreeNodeleft
 Left child node of the node. More...
 
struct KzcBinaryTreeNoderight
 Right child node of the node. More...
 
voidelement
 Data of the node. More...
 

Detailed Description

Structure of a BinaryTreeNode.

Field Documentation

struct KzcBinaryTreeNode* KzcBinaryTreeNode::parent

Parent node of the node.

struct KzcBinaryTreeNode* KzcBinaryTreeNode::left

Left child node of the node.

struct KzcBinaryTreeNode* KzcBinaryTreeNode::right

Right child node of the node.

void* KzcBinaryTreeNode::element

Data of the node.


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