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

x.__init__(…) initializes x; see help(type(x)) for signature

__module__ = 'PyFoam.Applications.CommonPlotOptions'
__weakref__

list of weak references to the object (if defined)

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