Imported modules
|
|
from Tkinter import *
|
Functions
|
|
ArgMax
ArgMin
extension
gatoPath
orthogonal
stripPath
|
|
ArgMax
|
ArgMax ( list, val )
Returns the element e of list for which val[e] is maximal
|
|
ArgMin
|
ArgMin ( list, val )
Returns the element e of list for which val[e] is minimal
|
|
extension
|
extension ( pathAndFile )
Return ext if path/filename.ext is given
|
|
gatoPath
|
gatoPath ()
Returns the path to the directory containint Gato.py or Gred.py
|
|
orthogonal
|
orthogonal ( u )
Return a unit length vector (v1,v2) which has an angle of
90 degrees clockwise to the vector u = (u1,u2)
|
|
stripPath
|
stripPath ( pathAndFile )
Return filename.ext if path/filename.ext is given
|
Classes
|
|
ImageCache |
Provides a global cache for PhotoImages displayed in the
|
MethodLogger |
Provide logging of method calls with parameters
|
|