get_node
Description:
Locates a TreeNode using the tree_path
path.
Parameters:
this |
a Tree object |
tree_path |
full path to the required nodes (if |
use_names |
if true, then |
Returns:
the requested TreeNode pointer, or null if not found |