Package PyFoam :: Package Execution :: Module GnuplotRunner :: Class GnuplotCommon
[hide private]
[frames] | no frames]

Class GnuplotCommon

source code

                       object --+        
                                |        
    AnalyzedCommon.AnalyzedCommon --+    
                                    |    
StepAnalyzedCommon.StepAnalyzedCommon --+
                                        |
                                       GnuplotCommon
Known Subclasses:
GnuplotRunner, GnuplotWatcher

Class that collects the Gnuplotting-Stuff for two other classes

Instance Methods [hide private]
  __init__(self, fname, smallestFreq=0., persist=None, splitThres=2048, plotLinear=True, plotCont=True, plotBound=True, plotIterations=False, plotCourant=False, plotExecution=False, plotDeltaT=False, customRegexp=None, writeFiles=False, raiseit=False, progress=False, start=None, end=None)
TODO: Docu
  timeHandle(self)
Handler that reacts to the change of time.
  stopHandle(self)

Inherited from StepAnalyzedCommon.StepAnalyzedCommon: timeChanged

Inherited from AnalyzedCommon.AnalyzedCommon: addAnalyzer, getAnalyzer, getDirname, getTime, lineHandle, listAnalyzers, reset, tearDown

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, fname, smallestFreq=0., persist=None, splitThres=2048, plotLinear=True, plotCont=True, plotBound=True, plotIterations=False, plotCourant=False, plotExecution=False, plotDeltaT=False, customRegexp=None, writeFiles=False, raiseit=False, progress=False, start=None, end=None)
(Constructor)

source code 
TODO: Docu
Overrides: StepAnalyzedCommon.StepAnalyzedCommon.__init__

timeHandle(self)

source code 
Handler that reacts to the change of time. To be overridden be sub-classes
Overrides: StepAnalyzedCommon.StepAnalyzedCommon.timeHandle
(inherited documentation)

stopHandle(self)

source code 
None