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

Class PointExtractor

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

Instance Methods [hide private]
 
__init__(self, pointMap=<function <lambda> at 0x2c20f50>)
Constructs the extractor.
 
getVtkPoints(self, data)

Inherited from core.PointExtractor'.PointExtractor: getPoint

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, pointMap=<function <lambda> at 0x2c20f50>)
(Constructor)

 

Constructs the extractor.

Parameters:
  • pointMap - Callable which accepts a single argument and returns a 3 float-element sequence.
Overrides: object.__init__
(inherited documentation)