20 #ifndef TULIP_TREETEST_H 21 #define TULIP_TREETEST_H 23 #include <tulip/tulipconf.h> 46 static bool isTree(
const Graph *graph);
60 static bool isFreeTree(
const Graph *graph);
72 static void makeRootedTree(
Graph *freeTree,
node root);
99 static void cleanComputedTree(
Graph *graph,
Graph *tree);
102 static bool isFreeTree(
const Graph *graph,
node curRoot);
The node struct represents a node in a Graph object.
PluginProcess subclasses are meant to notify about the progress state of some process (typically a pl...
Performs test to check whether a graph is a simple or rooted tree. From wikipedia: "A tree is an undi...