vtkImageSimpleCache - Caches the last region generated.
Super Class: vtkImageCache
Description:
vtkImageSimpleCache saves previously the last generated region. If a subsequent region is contained in the cached data, the cached data is returned with no call to the filters Update method. If the new region is not completely contained in the cached data, the cached data is not used.
Methods:
void vtkImageSimpleCache () | |
void vtkImageSimpleCache () | |
static vtkImageSimpleCache *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void Update () | |
vtkImageData *UpdateAndReturnData () | |
void ReleaseData () | |
void AllocateData () | |
vtkImageData *GetData () | |
void GetScalarRange (float ) |
Detailed Method Descriptions:
void Update () |
vtkImageData *UpdateAndReturnData () |
void ReleaseData () |
void AllocateData () |
vtkImageData *GetData () |
void GetScalarRange (float ) |