Constructs a c-planar subclustered graph of the input based on a spanning tree. More...
#include <ogdf/cluster/CPlanarSubClusteredGraph.h>
Public Member Functions | |
CPlanarSubClusteredGraph () | |
virtual void | call (const ClusterGraph &CG, EdgeArray< bool > &inSub) |
virtual void | call (const ClusterGraph &CGO, EdgeArray< bool > &inSub, List< edge > &leftOver) |
virtual void | call (const ClusterGraph &CGO, EdgeArray< bool > &inSub, List< edge > &leftOver, EdgeArray< double > &edgeWeight) |
Uses edgeWeight to compute clustered planar subgraph. | |
Private Attributes | |
EdgeArray< int > | m_edgeStatus |
Store status of original edge: in subclustered graph? Also used to check spanning tree. | |
Constructs a c-planar subclustered graph of the input based on a spanning tree.
Definition at line 43 of file CPlanarSubClusteredGraph.h.
|
inline |
Definition at line 45 of file CPlanarSubClusteredGraph.h.
|
virtual |
|
virtual |
|
virtual |
Uses edgeWeight
to compute clustered planar subgraph.
Store status of original edge: in subclustered graph? Also used to check spanning tree.
Definition at line 58 of file CPlanarSubClusteredGraph.h.