vtkImageCache - Caches are used by vtkImageSource.
Super Class: vtkObject
Description:
vtkImageCache is the super class of all image caches. Caches sit between image filters and handle caching and storing the results.
Methods:
Detailed Method Descriptions:
void SetUpdateExtent (int ) | |
void SetUpdateExtent (int ,int ,int ,int ,int ,int ) | |
void SetAxisUpdateExtent (int ,int ,int ) | |
void SetUpdateExtentToWholeExtent () |
void GetUpdateExtent (int ) | |
int *GetUpdateExtent () | |
void GetUpdateExtent (int & ,int & ,int & ,int & ,int & ,int &) | |
void GetAxisUpdateExtent (int ,int & ,int &) |
void ClipUpdateExtentWithWholeExtent () |
void Update () |
vtkImageData *UpdateAndReturnData () |
void ReleaseData () |
vtkImageData *GetData () |
int ShouldIReleaseData () |
void UpdateImageInformation () |
unsigned long GetPipelineMTime () |
void GetDimensions (int ) | |
void GetDimensions (int & ,int & ,int &) | |
void GetCenter (float ) | |
void GetCenter (float & ,float & ,float &) | |
void GetBounds (float ) | |
void GetBounds (float & ,float & ,float & ,float & ,float & ,float &) |
float *GetBounds () | |
void SetSource (vtkImageSource *) | |
vtkImageSource *GetSource () |
long GetUpdateExtentMemorySize () |
vtkImageToStructuredPoints *GetImageToStructuredPoints () |
void SetScalarType (int ) | |
int GetScalarType () |
char *GetScalarTypeAsString () |
void SetNumberOfScalarComponents (int ) | |
int GetNumberOfScalarComponents () |
void SetMemoryLimit (long ) | |
long GetMemoryLimit () |
void SetDataReleased (int ) | |
int GetDataReleased () |
void SetReleaseDataFlag (int ) | |
int GetReleaseDataFlag () | |
void ReleaseDataFlagOn () | |
void ReleaseDataFlagOff () |
void SetGlobalReleaseDataFlag (int ) | |
void GlobalReleaseDataFlagOn () | |
void GlobalReleaseDataFlagOff () | |
int GetGlobalReleaseDataFlag () |
void GetScalarRange (float ) | |
float *GetScalarRange () |
void UnRegister (vtkObject *) |