Package esys :: Package lsm :: Package vis :: Package vtk :: Module surfaceData :: Class SurfaceData
[hide private]
[frames] | no frames]

Class SurfaceData

                  object --+    
                           |    
core.surfaceData.SurfaceData --+
                               |
                              SurfaceData

Instance Methods [hide private]
 
__init__(self, data, pointExtractor)
Constructs the object.
 
getVtkPolyData(self)
 
getVtkDelaunay(self)
 
getVtkPolyDataNormals(self)
 
getVtkMapper(self)
 
getActor(self)
 
addActor(self, addTo)

Inherited from core.surfaceData.SurfaceData: getData, getPointExtractor

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, data, pointExtractor)
(Constructor)

 

Constructs the object.

Parameters:
  • data - Object containing data which specifies discrete points on a surface.
  • pointExtractor - An object to extract surface coordinates from the specified data.
Overrides: object.__init__
(inherited documentation)