Table of Contents

Class: AnimatedVertexLabeling ./AnimatedDataStructures.py

Visualizes changes of values of the VertexLabeling by changing vertex colors appropriately.

  1. g., #d = AnimatedVertexLabeling(A) #d[v] = 0 will color v cInitial.

The coloring used for d[v] = val - cInitial if val = 0,None,gInfinity - "blue" else

Base Classes   
VertexLabeling
Methods   
__init__
__setitem__
  __init__ 
__init__ (
        self,
        theAnimator,
        initial=0,
        )

theAnimator will usually be the GraphDisplay(Frame/Toplevel) initial is the value to cause coloring in cInitial

  __setitem__ 
__setitem__ (
        self,
        v,
        val,
        )


Table of Contents

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