Table of Contents

Class: FlowWrapper ./AnimatedDataStructures.py

This class visualizes the flow in a directed graph G with animator GA and it's residual network R with animator RA.

flow = FlowWrapper(G,A,R,RA,G.edgeWeights[0],R.edgeWeights[0])

or

flow = FlowWrapper(G,A,R,RA,G.edgeWeights[0],R.edgeWeights[0],G.vertexWeights[0])

Methods   
__getitem__
__init__
__setitem__
  __getitem__ 
__getitem__ ( self,  e )

  __init__ 
__init__ (
        self,
        G,
        GA,
        R,
        RA,
        flow,
        res,
        excess=None,
        )

  __setitem__ 
__setitem__ (
        self,
        e,
        val,
        )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0