net.ogdf.lib
Class FastPlanarSubgraph

java.lang.Object
  extended by net.ogdf.lib.PlanarSubgraphModule
      extended by net.ogdf.lib.FastPlanarSubgraph

public class FastPlanarSubgraph
extends PlanarSubgraphModule

Rating red

Field Summary
 
Fields inherited from class net.ogdf.lib.PlanarSubgraphModule
swigCMemOwn
 
Constructor Summary
  FastPlanarSubgraph()
           
protected FastPlanarSubgraph(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(FastPlanarSubgraph obj)
           
 int runs()
           
 void runs(int runs)
           
 
Methods inherited from class net.ogdf.lib.PlanarSubgraphModule
getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastPlanarSubgraph

protected FastPlanarSubgraph(long cPtr,
                             boolean cMemoryOwn)

FastPlanarSubgraph

public FastPlanarSubgraph()
Method Detail

getCPtr

protected static long getCPtr(FastPlanarSubgraph obj)

finalize

protected void finalize()
Overrides:
finalize in class PlanarSubgraphModule

delete

public void delete()
Overrides:
delete in class PlanarSubgraphModule

runs

public int runs()

runs

public void runs(int runs)