OpenCMISS-Iron Internal API Documentation
TREES::TreeNodeColourTypes

The colour of the tree nodes. More...

Variables

integer(intg), parameter trees::tree_black_node =0
 The black colour type for a tree node. More...
 
integer(intg), parameter trees::tree_red_node =1
 The red colour type for a tree node. More...
 

Detailed Description

The colour of the tree nodes.

See also
TREES

Variable Documentation

integer(intg), parameter trees::tree_black_node =0
private

The black colour type for a tree node.

See also
TREES::TreeNodeColourTypes,TREES

Definition at line 65 of file trees.f90.

Referenced by trees::tree_item_delete(), trees::tree_item_insert(), and trees::tree_node_initialise().

integer(intg), parameter trees::tree_red_node =1
private

The red colour type for a tree node.

See also
TREES::TreeNodeColourTypes,TREES

Definition at line 66 of file trees.f90.

Referenced by trees::tree_item_delete(), and trees::tree_item_insert().