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

Class SimpleFilter

source code

            object --+        
                     |        
 SourceBase.SourceBase --+    
                         |    
SimpleSources.SimpleSource --+
                             |
                            SimpleFilter

Base class for the simple filters

Instance Methods [hide private]
 
__init__(self, name, src)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from SimpleSources.SimpleSource: __del__, unregister

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__