Module tulip :: Class tlp :: Class PlanarityTest
[hide private]
[frames] | no frames]

Class PlanarityTest

       object --+        
                |        
sip.simplewrapper --+    
                    |    
          sip.wrapper --+
                        |
                       tlp.PlanarityTest

Instance Methods [hide private]
 
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
list of tlp.edge

getObstructionsEdges(tlp.Graph)
...
bool

isPlanar(tlp.Graph)
...
bool

planarEmbedding(tlp.Graph)
...
Method Details [hide private]

__init__(tlp)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__