#include <ogdf/cluster/ClusterPlanarModule.h>
Public Member Functions | |
ClusterPlanarModule () | |
virtual | ~ClusterPlanarModule () |
virtual bool | isClusterPlanar (const ClusterGraph &CG) |
Returns true, if CG is c-planar, false otherwise. | |
Public Member Functions inherited from ogdf::Module | |
Module () | |
Initializes a module. | |
virtual | ~Module () |
Protected Member Functions | |
virtual bool | doTest (const ClusterGraph &CG)=0 |
Performs a c-planarity test on CG. | |
Additional Inherited Members | |
Public Types inherited from ogdf::Module | |
enum class | ReturnType { Feasible , Optimal , NoFeasibleSolution , TimeoutFeasible , TimeoutInfeasible , Error } |
The return type of a module. More... | |
Static Public Member Functions inherited from ogdf::Module | |
static bool | isSolution (ReturnType ret) |
Returns true iff ret indicates that the module returned a feasible solution. | |
Definition at line 40 of file ClusterPlanarModule.h.
|
inline |
Definition at line 42 of file ClusterPlanarModule.h.
|
inlinevirtual |
Definition at line 44 of file ClusterPlanarModule.h.
|
protectedpure virtual |
Performs a c-planarity test on CG.
Implemented in ogdf::ClusterPlanarity.
|
inlinevirtual |
Returns true, if CG is c-planar, false otherwise.
Reimplemented in ogdf::ClusterPlanarity.
Definition at line 47 of file ClusterPlanarModule.h.