Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkThreadedImageAlgorithm, simply invoke its constructor as follows
obj = vtkThreadedImageAlgorithm
obj
is an instance of the vtkThreadedImageAlgorithm class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkThreadedImageAlgorithm = obj.NewInstance ()
vtkThreadedImageAlgorithm = obj.SafeDownCast (vtkObject o)
obj.ThreadedExecute (vtkImageData inData, vtkImageData outData, int extent[6], int threadId)
obj.SetNumberOfThreads (int )
- Get/Set the number of threads to create when rendering
int = obj.GetNumberOfThreadsMinValue ()
- Get/Set the number of threads to create when rendering
int = obj.GetNumberOfThreadsMaxValue ()
- Get/Set the number of threads to create when rendering
int = obj.GetNumberOfThreads ()
- Get/Set the number of threads to create when rendering
int = obj.SplitExtent (int splitExt[6], int startExt[6], int num, int total)
- Putting this here until I merge graphics and imaging streaming.