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=<__builtin__.function object>)
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=<__builtin__.function object>)
(Constructor)

 

Constructs the extractor.

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