VTK/Threaded Image Algorithms
From KitwarePublic
Jump to navigationJump to search
Review of Streaming Pipeline
The job of a vtkAlgorithm is to perform some operation upon some data (specifically, upon some data encapsulated in a vtkDataObject). In the streaming pipeline, it is understood that the vtkDataObject might contain only one part of a larger data set, e.g. for images this can mean that a vtkImageData object might contain only a few slices of a large 3D image volume.