vtkImageFilter - Generic filter that has one input..
Super Class: vtkImageSource
Description:
vtkImageFilter is a filter superclass that hides much of the pipeline complexity. It handles breaking the pipeline execution into smaller extents so that the vtkImageCache memory limits are observed. It also provides support for multithreading.
Methods:
void vtkImageFilter () | |
void vtkImageFilter () | |
static vtkImageFilter *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetInput (vtkImageCache *) | |
void SetInput (vtkStructuredPoints *) | |
void InternalUpdate (vtkImageData *) | |
void UpdateImageInformation () | |
unsigned long GetPipelineMTime () | |
vtkImageCache *GetInput () | |
void SetBypass (int ) | |
int GetBypass () | |
void BypassOn () | |
void BypassOff () | |
void SetNumberOfThreads (int ) | |
int GetNumberOfThreads () | |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) | |
void ExecuteImageInformation () | |
void ComputeRequiredInputUpdateExtent (int ,int ) | |
void RecursiveStreamUpdate (vtkImageData *) | |
void Execute (vtkImageData * ,vtkImageData *) |
Detailed Method Descriptions:
void SetInput (vtkImageCache *) |
void SetInput (vtkStructuredPoints *) | |
void InternalUpdate (vtkImageData *) |
void UpdateImageInformation () |
unsigned long GetPipelineMTime () |
vtkImageCache *GetInput () |
void SetBypass (int ) | |
int GetBypass () | |
void BypassOn () | |
void BypassOff () |
void SetNumberOfThreads (int ) | |
int GetNumberOfThreads () |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |