Table of Contents

Class: BlinkingTrackLastNeighborhood ./AnimatedDataStructures.py

Visualizes visiting blinking (v,w) for all w when iterating over the Neighborhood. It also temporarily keeps the the last blinked edge grey

#Neighborhood = lambda v,a=A,g=G: BlinkingTrackLastNeighborhood(a,g,v,c,track) # #for w in Neighborhood(v): # doSomething will blink all edges with color c, the last blinked is tracked with color track

Base Classes   
BlinkingNeighborhood
Methods   
__getitem__
__init__
  __getitem__ 
__getitem__ ( self,  i )

  __init__ 
__init__ (
        self,
        theAnimator,
        G,
        v,
        c,
        track="grey",
        )


Table of Contents

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