Package PyFoam :: Package Paraview :: Module ServermanagerWrapper :: Class ServermanagerWrapper
[hide private]
[frames] | no frames]

Class ServermanagerWrapper

source code

object --+
         |
        ServermanagerWrapper

Wrapper class for the servermanager

Load the plugins and build a connection

Instance Methods [hide private]
 
__init__(self, requiredReader="PV3FoamReader")
Sets up the Servermanager in such a way that it is usable with OpenFOAM-data.
source code
 
__getattr__(self, attr)
Delegate Attributes to the servermanager-module
source code
 
__setattr__(self, attr, val)
Delegate Attributes to the servermanager-module
source code
 
module(self)
Return the actual module (for developing)
source code
 
__del__(self)
Make sure that everything gets thrown out.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, requiredReader="PV3FoamReader")
(Constructor)

source code 

Sets up the Servermanager in such a way that it is usable with OpenFOAM-data.

Parameters:
  • requiredReader - Reader that is needed. If not found, try to load plugins
Overrides: object.__init__

__setattr__(self, attr, val)

source code 

Delegate Attributes to the servermanager-module

Overrides: object.__setattr__

__del__(self)
(Destructor)

source code 

Make sure that everything gets thrown out. Doesn't work