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

Class Group

source code

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

Class for grouping other objects

Instance Methods [hide private]
 
__init__(self, name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
add(self, obj)
Add an object to the group
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)
(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__
(inherited documentation)