PyFoam.Applications.CommonPlotLines module¶
Class that implements common functionality for collecting plot-lines
-
class
PyFoam.Applications.CommonPlotLines.
CommonPlotLines
[source]¶ Bases:
object
This class collects the lines that should be plotted
-
__dict__
= dict_proxy({'addPlotLine': <function addPlotLine>, '__module__': 'PyFoam.Applications.CommonPlotLines', 'addPlotLines': <function addPlotLines>, 'addOptions': <function addOptions>, 'addFileRegexps': <function addFileRegexps>, 'processPlotLineOptions': <function processPlotLineOptions>, 'plotLines': <function plotLines>, '__dict__': <attribute '__dict__' of 'CommonPlotLines' objects>, '__weakref__': <attribute '__weakref__' of 'CommonPlotLines' objects>, '__doc__': ' This class collects the lines that should be plotted\n ', '__init__': <function __init__>})¶
-
__module__
= 'PyFoam.Applications.CommonPlotLines'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-