Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageCacheFilter, simply invoke its constructor as follows
obj = vtkImageCacheFilter
obj
is an instance of the vtkImageCacheFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageCacheFilter = obj.NewInstance ()
vtkImageCacheFilter = obj.SafeDownCast (vtkObject o)
obj.SetCacheSize (int size)
- This is the maximum number of images that can be retained in memory.
it defaults to 10.
int = obj.GetCacheSize ()
- This is the maximum number of images that can be retained in memory.
it defaults to 10.