private bool NeedsCutTreeNode() { if (nodeParent == null) { return(false); } return(!nodeParent.TestThreshold(NodeThreshold)); }