tlp::PlanarityTest Class Reference
[Graph_test]
class for testing the planarity of a graph
More...
#include <PlanarityTest.h>
List of all members.
Static Public Member Functions
Detailed Description
class for testing the planarity of a graph
Member Function Documentation
static std::list<edge> tlp::PlanarityTest::getObstructionsEdges |
( |
Graph * |
graph |
) |
[static] |
static bool tlp::PlanarityTest::isPlanar |
( |
Graph * |
graph |
) |
[static] |
static bool tlp::PlanarityTest::isPlanarEmbedding |
( |
Graph * |
graph |
) |
[static] |
static bool tlp::PlanarityTest::planarEmbedding |
( |
Graph * |
graph |
) |
[static] |