Internal class used to embed a biconnected component with Q-vertices. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/List.h>
#include <ogdf/cluster/sync_plan/basic/RegisteredMultiArray.h>
#include <ogdf/cluster/sync_plan/basic/TwoSAT.h>
#include <ogdf/decomposition/StaticPlanarSPQRTree.h>
Go to the source code of this file.
Classes | |
struct | ogdf::sync_plan::internal::BlockEmbedding |
Internal class used to embed a biconnected component with Q-vertices. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::sync_plan | |
ogdf::sync_plan::internal | |
all operators will only be found when using sync_plan::internal , so no namespace pollution | |
Typedefs | |
using | ogdf::sync_plan::internal::GnMultiArray = RegisteredMultiArray< node, BlockEmbedding *, node, NA > |
template<typename V > | |
using | ogdf::sync_plan::internal::NA = NodeArray< V > |
Internal class used to embed a biconnected component with Q-vertices.
Definition in file BlockEmbedding.h.