BRL-CAD
|
#include <redblack.h>
Data Fields | |
size_t | size |
size_t | capacity |
union { | |
struct bu_rb_node ** rbl_n | |
struct bu_rb_package ** rbl_p | |
} | rbl_u |
List of nodes or packages.
The red-black tree package uses this structure to maintain lists of all the nodes and all the packages in the tree. Applications should not muck with these things. They are maintained only to facilitate freeing bu_rb_trees.
This is a PRIVATE structure.
Definition at line 79 of file redblack.h.
size_t size |
Definition at line 81 of file redblack.h.
size_t capacity |
Definition at line 81 of file redblack.h.
struct bu_rb_node** rbl_n |
Definition at line 84 of file redblack.h.
struct bu_rb_package** rbl_p |
Definition at line 85 of file redblack.h.
union { ... } rbl_u |