Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkMemoryLimitImageDataStreamer, simply invoke its constructor as follows
obj = vtkMemoryLimitImageDataStreamer
obj
is an instance of the vtkMemoryLimitImageDataStreamer class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkMemoryLimitImageDataStreamer = obj.NewInstance ()
vtkMemoryLimitImageDataStreamer = obj.SafeDownCast (vtkObject o)
obj.SetMemoryLimit (long )
- Set / Get the memory limit in kilobytes.
long = obj.GetMemoryLimit ()
- Set / Get the memory limit in kilobytes.