20 #ifndef OUTERPLANARTEST_H 21 #define OUTERPLANARTEST_H 23 #include <tulip/tuliphash.h> 24 #include <tulip/Observable.h> 25 #include <tulip/Graph.h> 53 static bool isOuterPlanar(
Graph *graph);
58 void treatEvent(
const Event&);
60 bool compute(
Graph *graph);
69 TLP_HASH_MAP<const Graph*, bool> resultsBuffer;
Provides functions to test if a graph is Outer Planar.
Event is the base class for all events used in the Observation mechanism.
The Observable class is the base of Tulip's observation system.