Package esys :: Package lsm :: Package vis :: Package vtk :: Module SphereExtractor' :: Class SphereExtractor
[hide private]
[frames] | no frames]

Class SphereExtractor

                       object --+        
                                |        
        core.Extractor'.Extractor --+    
                                    |    
core.SphereExtractor'.SphereExtractor --+
                                        |
                                       SphereExtractor

Instance Methods [hide private]
 
__init__(self, radiusMap=<function <lambda> at 0x2c2c1b8>, centerMap=<function <lambda> at 0x2c2c230>, modifierMap=<function <lambda> at 0x2c2c2a8>, radiusScale=1.0)
Constructs the extractor.
 
addActor(self, record, addTo)
Adds the sphere-actor associated with the data in record to addTo.

Inherited from core.SphereExtractor'.SphereExtractor: getCenter, getModifier, getRadius, getRadiusScale

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, radiusMap=<function <lambda> at 0x2c2c1b8>, centerMap=<function <lambda> at 0x2c2c230>, modifierMap=<function <lambda> at 0x2c2c2a8>, radiusScale=1.0)
(Constructor)

 

Constructs the extractor.

Parameters:
  • radiusMap - A callable which accepts a single data-record argument and returns a radius (float) value.
  • centerMap - A callable which accepts a single data-record argument and returns a 3 float-element sequence (ie a 3D coordinate).
  • modifierMap - A callable which accepts a single data-record argument and returns an object modifier (or sequence of modifiers).
  • radiusScale - Scaling factor applied to all sphere radii.
Overrides: object.__init__
(inherited documentation)