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__
= mappingproxy({'__module__': 'PyFoam.Applications.CommonPlotLines', '__doc__': ' This class collects the lines that should be plotted\n ', '__init__': <function CommonPlotLines.__init__>, 'plotLines': <function CommonPlotLines.plotLines>, 'addPlotLine': <function CommonPlotLines.addPlotLine>, 'addPlotLines': <function CommonPlotLines.addPlotLines>, 'addFileRegexps': <function CommonPlotLines.addFileRegexps>, 'addOptions': <function CommonPlotLines.addOptions>, 'processPlotLineOptions': <function CommonPlotLines.processPlotLineOptions>, '__dict__': <attribute '__dict__' of 'CommonPlotLines' objects>, '__weakref__': <attribute '__weakref__' of 'CommonPlotLines' objects>})¶
-
__module__
= 'PyFoam.Applications.CommonPlotLines'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-