Table of Contents

Class: AnimatedVertexQueue ./AnimatedDataStructures.py

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

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

Base Classes   
Queue
Methods   
Append
Clear
Top
__init__
  Append 
Append ( self,  v )

  Clear 
Clear ( self )

  Top 
Top ( self )

  __init__ 
__init__ (
        self,
        theAnimator,
        color=cOnQueue,
        )

theAnimator will usually be the GraphDisplay(Frame/Toplevel)


Table of Contents

This document was automatically generated on Mon Apr 9 16:05:07 2001 by HappyDoc version r0_9_2