Functions | |
bool | isBalanced (unsigned int dim, unsigned int maxDepth, char *failFileName, const std::vector< ot::TreeNode > &nodes, bool incCorn, unsigned int maxLevDiff) |
bool | isBalancedInternal (unsigned int dim, unsigned int maxDepth, char *failFileName, const std::vector< ot::TreeNode > &nodes, ot::TreeNode holder, bool incCorn, unsigned int maxLevDiff) |
bool | isComplete (const std::vector< ot::TreeNode > &nodes) |
bool | isLinear (const std::vector< ot::TreeNode > &nodes) |
|
Definition at line 76 of file testUtils.C. References isBalancedInternal(). Referenced by main(). |
|
Definition at line 82 of file testUtils.C. References ot::TreeNode::getAnchor(), ot::TreeNode::getDFD(), ot::TreeNode::isAncestor(), seq::makeVectorUnique(), seq::maxLowerBound(), and ot::writeNodesToFile(). Referenced by isBalanced(). |
|
Definition at line 27 of file testUtils.C. References sort(). Referenced by main(). |
|
Definition at line 17 of file testUtils.C. Referenced by main(). |