#include <qvdta/qvcomponenttree.h>
Go to the source code of this file.
Namespaces | |
namespace | qvdta |
Defines | |
#define | MIN(X, Y) (((X)>(Y))?(Y):(X)) |
#define | MAX(X, Y) (((X)>(Y))?(X):(Y)) |
#define | NODE_ID(PointID) ( this->nodeID[PointID] ) |
#define | NODE(NodeID) ( this->nodes[NodeID] ) |
#define | NEW_NODE(newNodeID, SeedX, SeedY, Threshold) |
#define | SWAP(Type, Value1, Value2) |
#define | ADD_CHILD(ParentNodeID, ChildNodeID) |
Functions | |
uInt | qvdta::debug_aux_print_componentTree (const QVComponentTree *componentTree, int node, int numTabs) |
uInt | qvdta::debug_print_componentTree (const QVComponentTree *componentTree) |
Definition in file qvcomponenttree.cpp.