tlp::SimpleTest
tlp::SimpleTest
Section: Tulip Graph Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
tlp::SimpleTest -
SYNOPSIS
#include <SimpleTest.h>
Inherits tlp::GraphObserver.
Static Public Member Functions
static bool isSimple (Graph *graph)
static void makeSimple (Graph *graph, std::vector< edge > &removed)
static bool simpleTest (Graph *graph, std::vector< edge > *multipleEdges=0, std::vector< edge > *loops=0)
Detailed Description
class for testing if the graph is simple (ie no self loops and no multiple or parallel edges)
Member Function Documentation
static bool tlp::SimpleTest::isSimple (Graph * graph) [static]
static void tlp::SimpleTest::makeSimple (Graph * graph, std::vector< edge > & removed) [static]
static bool tlp::SimpleTest::simpleTest (Graph * graph, std::vector< edge > * multipleEdges = 0, std::vector< edge > * loops = 0) [static]
Author
Generated automatically by Doxygen for Tulip Graph Library from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Static Public Member Functions
-
- Detailed Description
-
- Member Function Documentation
-
- static bool tlp::SimpleTest::isSimple (Graph * graph) [static]
-
- static void tlp::SimpleTest::makeSimple (Graph * graph, std::vector< edge > & removed) [static]
-
- static bool tlp::SimpleTest::simpleTest (Graph * graph, std::vector< edge > * multipleEdges = 0, std::vector< edge > * loops = 0) [static]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:28:23 GMT, April 16, 2011