tlp::TreeTest Class Reference
[Graph_test]
#include <TreeTest.h>
Inherits tlp::GraphObserver.
Inheritance diagram for tlp::TreeTest:
[legend]Collaboration diagram for tlp::TreeTest:
[legend]List of all members.
Detailed Description
Class for testing if the graph is a tree.
Static Public Member Functions
Member Function Documentation
static bool tlp::TreeTest::isFreeTree |
( |
Graph * |
graph |
) |
[static] |
|
static bool tlp::TreeTest::isTree |
( |
Graph * |
graph |
) |
[static] |
|
static void tlp::TreeTest::makeDirectedTree |
( |
Graph * |
graph, |
|
|
node |
root |
|
) |
[static] |
|
|