#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/graph_generators/randomized.h>
#include <ogdf/basic/graphics.h>
#include <ogdf/decomposition/FourBlockTree.h>
#include <ogdf/fileformats/GraphIO.h>
#include <ogdf/planarlayout/PlanarStraightLayout.h>
#include <memory>
#include <string>
Go to the source code of this file.
Functions | |
int | main (void) |
int main | ( | void | ) |
Definition at line 14 of file four-block-tree.cpp.