#include "TreeNode.h"#include "testUtils.h"#include "parUtils.h"#include "seqUtils.h"#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | ot |
| namespace | ot::test |
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 in file testUtils.C.
|
||||||||||||||||||||||||||||
|
Definition at line 76 of file testUtils.C. References ot::test::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 ot::test::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(). |
1.3.9.1