Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkPImageWriter, simply invoke its constructor as follows
obj = vtkPImageWriter
obj is an instance of the vtkPImageWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPImageWriter = obj.NewInstance ()
vtkPImageWriter = obj.SafeDownCast (vtkObject o)
obj.SetMemoryLimit (long ) - Set / Get the memory limit in kilobytes. The writer will
stream to attempt to keep the pipeline size within this limit
long = obj.GetMemoryLimit () - Set / Get the memory limit in kilobytes. The writer will
stream to attempt to keep the pipeline size within this limit