Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkDataSetMapper, simply invoke its constructor as follows
obj = vtkDataSetMapper
obj
is an instance of the vtkDataSetMapper class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkDataSetMapper = obj.NewInstance ()
vtkDataSetMapper = obj.SafeDownCast (vtkObject o)
obj.Render (vtkRenderer ren, vtkActor act)
vtkPolyDataMapper = obj.GetPolyDataMapper ()
- Get the internal poly data mapper used to map data set to graphics system.
obj.ReleaseGraphicsResources (vtkWindow )
- Release any graphics resources that are being consumed by this mapper.
The parameter window could be used to determine which graphic
resources to release.
long = obj.GetMTime ()
- Get the mtime also considering the lookup table.
obj.SetInput (vtkDataSet input)
- Set the Input of this mapper.
vtkDataSet = obj.GetInput ()
- Set the Input of this mapper.