Table of Contents

Class: BlinkingNeighborhood ./AnimatedDataStructures.py

Visualizes visiting blinking (v,w) for all w when iterating over the Neighborhood

#Neighborhood = lambda v,a=A,g=G: BlinkingNeighborhood(a,g,v,c) # #for w in Neighborhood(v): # doSomething will blink all edges

Methods   
__getitem__
__init__
__len__
  __getitem__ 
__getitem__ ( self,  i )

Exceptions   
IndexError
  __init__ 
__init__ (
        self,
        theAnimator,
        G,
        v,
        c,
        )

theAnimator will usually be the GraphDisplay(Frame/Toplevel)

  __len__ 
__len__ ( self )


Table of Contents

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