TreePlus IsNodePrivileged Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Checks whether one Node is privileged over another Node if they occlude each other.

Namespace: TreePlusSilverlight
Assembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Parameters

treeNode
Type: TreePlusSilverlight.Graph Node
This is the Node which is tested if it allowed to stay.
occluder
Type: TreePlusSilverlight.Graph Node
This is the Node against which will be tested.

Return Value

Returns true if the Node provided by treeNode is priviliged against the Node specified by occluder.
Remarks

This is used for visibility testing and decides which Node is allowed to stay at its current position. The other one will have to be moved.
See Also