PyFoam.Applications.CommonPlotOptions module

Class that implements common functionality for plotting options

class PyFoam.Applications.CommonPlotOptions.CommonPlotOptions(persist)[source]

Bases: object

The class that adds plot options

__dict__ = mappingproxy({'__init__': <function CommonPlotOptions.__init__>, '__weakref__': <attribute '__weakref__' of 'CommonPlotOptions' objects>, 'processPlotOptions': <function CommonPlotOptions.processPlotOptions>, '__module__': 'PyFoam.Applications.CommonPlotOptions', '__dict__': <attribute '__dict__' of 'CommonPlotOptions' objects>, 'addOptions': <function CommonPlotOptions.addOptions>, '__doc__': ' The class that adds plot options\n '})
__init__(persist)[source]
__module__ = 'PyFoam.Applications.CommonPlotOptions'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]
processPlotOptions()[source]