Table of Contents

Class: AnimatedVertexStack ./AnimatedDataStructures.py

Visualizes status of vertices in relation to the Stack by coloring them

  • cOnQueue if they are in the queue - cRemovedFromQueue if they have been on the queue and were removed

Base Classes   
Stack
Methods   
Clear
Pop
Push
__init__
  Clear 
Clear ( self )

  Pop 
Pop ( self )

  Push 
Push ( self,  v )

  __init__ 
__init__ (
        self,
        theAnimator,
        colorOn=cOnQueue,
        colorOff=cRemovedFromQueue,
        )

theAnimator will usually be the GraphDisplay(Frame/Toplevel)


Table of Contents

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