sdr_nodeColors Function

public function sdr_nodeColors(node, iNode) result(colchar)

Return all colors of the given node encoded in an array of characters.

Each character is supposed to hold an ASCII symbol and by setting the byte bits, we can store up to 7 colors in each character.

Arguments

TypeIntentOptionalAttributesName
type(sdr_node_type), intent(in) :: node

Description of the nodes in the prototree.

integer, intent(in) :: iNode

Index of the node to evaluate.

Return Value character(node%nColorChars)

Gathered color information in an array of characters.


Calls

proc~~sdr_nodecolors~~CallsGraph proc~sdr_nodecolors sdr_nodeColors proc~sdr_bitfieldcolors sdr_bitfieldColors proc~sdr_nodecolors->proc~sdr_bitfieldcolors

Called by

proc~~sdr_nodecolors~~CalledByGraph proc~sdr_nodecolors sdr_nodeColors proc~traverse_tree traverse_tree proc~traverse_tree->proc~sdr_nodecolors proc~traverse_tree->proc~traverse_tree proc~sdr_proto2treelm sdr_proto2treelm proc~sdr_proto2treelm->proc~traverse_tree program~seeder seeder program~seeder->proc~sdr_proto2treelm

Contents

None