vtkImageSource - Source of data for pipeline.
Super Class: vtkProcessObject
Description:
vtkImageSource is the supperclass for all imaging sources and filters. The method Update, called by the cache, is the major interface to the source.
See Also:
Methods:
| void vtkImageSource () | |
| void vtkImageSource () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| void SetReleaseDataFlag (int ) | |
| void ReleaseDataFlagOn () | |
| void ReleaseDataFlagOff () | |
| int GetReleaseDataFlag () | |
| void InterceptCacheUpdate () | |
| void InternalUpdate (vtkImageData *) | |
| void Update () | |
| void UpdateWholeExtent () | |
| void UpdateImageInformation () | |
| unsigned long GetPipelineMTime () | |
| vtkImageCache *GetOutput () | |
| void SetCache (vtkImageCache *) | |
| vtkImageCache *GetCache () | |
| int SplitExtent (int ,int ,int ,int ) | |
| void UnRegister (vtkObject *) | |
| void Execute (vtkImageData *) | |
| void CheckCache () |
Detailed Method Descriptions:
![]()
| void SetReleaseDataFlag (int ) | |
| void ReleaseDataFlagOn () | |
| void ReleaseDataFlagOff () |
![]()
| int GetReleaseDataFlag () |
![]()
| void InterceptCacheUpdate () |
![]()
| void InternalUpdate (vtkImageData *) |
![]()
| void Update () |
![]()
| void UpdateWholeExtent () |
![]()
| void UpdateImageInformation () |
![]()
| unsigned long GetPipelineMTime () |
![]()
| vtkImageCache *GetOutput () |
![]()
| void SetCache (vtkImageCache *) |
![]()
| vtkImageCache *GetCache () |
![]()
| int SplitExtent (int ,int ,int ,int ) |
![]()
| void UnRegister (vtkObject *) |
![]()