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

Class SimpleSource

source code

           object --+    
                    |    
SourceBase.SourceBase --+
                        |
                       SimpleSource

Base class for the simple sources

The member src is the actual source object. The member repr is the representation object

Instance Methods [hide private]
 
__init__(self, name, src)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
unregister(self)
Unregister the Proxies, but keept the objects
source code
 
__del__(self)
Does not yet work properly
source code

Inherited from SourceBase.SourceBase: characteristicLength, getBounds, getCenter, getExtent, getMax, getMin, makeVector

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, src)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • name - The name under which the thing should be displayed
  • src - the actual source proxy
Overrides: object.__init__