Package PyFoam :: Package Basics :: Module CustomPlotInfo :: Class CustomPlotInfo
[hide private]
[frames] | no frames]

Class CustomPlotInfo

source code


Information about a custom plot

Instance Methods [hide private]
 
__init__(self, raw=None, name=None, enabled=True)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self)
str(x)
source code
 
getDict(self, wrapStrings=False) source code
 
set(self, key, value) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  nr = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, raw=None, name=None, enabled=True)
(Constructor)

source code 

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

Parameters:
  • raw - The raw data. Either a string for the two legacy-formats or a dictionary for the new format
  • name - Name of the expression (only to be used for the new format)
  • enabled - Should this plot be actually used?
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)