This file contains algorithms to draw graphs. More...
#include <config.h>
#include <util/gl.h>
#include <geometry/geometry.h>
Go to the source code of this file.
Namespaces | |
namespace | algorithms |
Namespace containing various useful algorithms. | |
Functions | |
template<typename GraphType , typename Model > | |
void | algorithms::drawSymetricVVGraph (Model *model, const GraphType &G) |
This function draws a graph using lines between the vertices. |
This file contains algorithms to draw graphs.
Definition in file draw_graphs.h.