In this file, some simple graph operations are executed and the results are displayed on the screen. This serves as a simple first test for functionality, a means to be able to debug errors and an example of the construction of the ObservableGraph, Hierarchy and View.
$Id$
#include <vector>
#include <iostream>
#include <sstream>
#include "Graph.hpp"
#include "Hierarchy.hpp"
#include "View.hpp"
#include "GraphException.hpp"
Include dependency graph for test.cpp:

Functions | |
| template<class T> | |
| std::string | itos (T arg) |
| Convert an integer to a std::string. | |
| int | main () |
| Main method. | |
|
|
Convert an integer to a std::string.
|
|
|
Main method.
|
1.4.1