Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkCompositePolyDataMapper, simply invoke its constructor as follows
obj = vtkCompositePolyDataMapper
obj
is an instance of the vtkCompositePolyDataMapper class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkCompositePolyDataMapper = obj.NewInstance ()
vtkCompositePolyDataMapper = obj.SafeDownCast (vtkObject o)
obj.Render (vtkRenderer ren, vtkActor a)
- Standard method for rendering a mapper. This method will be
called by the actor.
double = obj.GetBounds ()
- Standard vtkProp method to get 3D bounds of a 3D prop
obj.GetBounds (double bounds[6])
- Standard vtkProp method to get 3D bounds of a 3D prop
obj.ReleaseGraphicsResources (vtkWindow )
- Release the underlying resources associated with this mapper