This is a implementation of a UndirectedGraph Graph. By definition a undirected graph has no direction information about his edges. More...
#include "../../common/STLUtils.h"#include "../core/Edge.h"#include "../core/GraphCache.h"#include "../core/GraphData.h"#include "../core/GraphDataManager.h"#include "../core/GraphMetadata.h"#include "../core/Vertex.h"#include "../graphs/Graph.h"#include "UndirectedGraph.h"Go to the source code of this file.
This is a implementation of a UndirectedGraph Graph. By definition a undirected graph has no direction information about his edges.
Definition in file UndirectedGraph.cpp.