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

Class CylinderExtractor

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

Instance Methods [hide private]
 
__init__(self, radiusMap=<function <lambda> at 0x2c20050>, endPt1Map=<function <lambda> at 0x2c200c8>, endPt2Map=<function <lambda> at 0x2c20140>, modifierMap=<function <lambda> at 0x2c201b8>, radiusScale=1.0)
Constructs the extractor.
 
addActor(self, record, addTo)
Adds the cylinder-actor associated with the data in record to addTo.

Inherited from core.CylinderExtractor'.CylinderExtractor: getEndPt1, getEndPt2, 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 0x2c20050>, endPt1Map=<function <lambda> at 0x2c200c8>, endPt2Map=<function <lambda> at 0x2c20140>, modifierMap=<function <lambda> at 0x2c201b8>, radiusScale=1.0)
(Constructor)

 

Constructs the extractor.

Parameters:
  • radiusMap - A callable which accepts a single data-record argument and returns a radius (float) value.
  • endPt1Map - A callable which accepts a single data-record argument and returns a 3 float-element sequence (ie a 3D coordinate).
  • endPt2Map - 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).
Overrides: object.__init__
(inherited documentation)