Table of Contents

Module: AnimatedDataStructures ./AnimatedDataStructures.py
Imported modules   
from DataStructures import VertexLabeling, Queue, Stack
from GatoGlobals import *
from Graph import SubGraph
import copy
Functions   
showPathByPredecessorArray
  showPathByPredecessorArray 
showPathByPredecessorArray (
        source,
        sink,
        pred,
        A,
        color="red",
        )

Visualizes a path from source to sink in a graph G displayed in A. The path is specified in terms of the predecessor array pred and will be colored with color (default is red)

Classes   
AnimatedEdgeSet

Visualizes status of edges in relation to the Set by

AnimatedNeighborhood

Visualizes visiting of neighbors by calling the Neighborhood

AnimatedPotential

Visualizes the potential from 0 (green) to

AnimatedPredecessor

Animates a predecessor array by

AnimatedSignIndicator

Visualizes sign of vertex or edge:

AnimatedSubGraph

Visualizes status of vertices and edges in relation to the SubGraph by

AnimatedVertexLabeling

Visualizes changes of values of the VertexLabeling

AnimatedVertexQueue

Visualizes status of vertices in relation to the Queue by

AnimatedVertexSet

Visualizes status of vertices in relation to the Set by

AnimatedVertexStack

Visualizes status of vertices in relation to the Stack by

Animator

Debugging Text only Animator providing animation functions which

BlinkingContainerWrapper

Visualizes iterating over a list of vertices and/or edges by

BlinkingNeighborhood

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

BlinkingTrackLastNeighborhood

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

BlinkingVertexLabeling

Visualizes changes of values of the VertexLabeling

ComponentMaker

Subsequent calls of method NewComponent() will return differently

ContainerWrapper

Visualizes iterating over a list of vertices and/or edges by

FlowWrapper

This class visualizes the flow in a directed graph G

ReducedCostsWrapper

Visualizes the reduced costs of the edge

VisibleVertexLabeling

Table of Contents

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