OpenCMISS-Iron Internal API Documentation
trees::tree_nodevalueset Interface Reference

Private Member Functions

subroutine tree_node_value_set (TREE, TREE_NODE, VALUE, ERR, ERROR,)
 Sets the value at a specified tree node. More...
 

Detailed Description

Definition at line 142 of file trees.f90.

Member Function/Subroutine Documentation

subroutine trees::tree_nodevalueset::tree_node_value_set ( type(tree_type), pointer  TREE,
type(tree_node_type), pointer  TREE_NODE,
integer(intg), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the value at a specified tree node.

Parameters
treeA pointer to the tree containing the tree node
tree_nodeA pointer to the tree node to set the value of
[in]valueThe value of the specified tree node to set
[out]errThe error code
[out]errorThe error string.

Definition at line 1096 of file trees.f90.