26#ifndef vtkImageCacheFilter_h
27#define vtkImageCacheFilter_h
30#include "vtkImagingCoreModule.h"
general representation of visualization data
Superclass for all pipeline executives in VTK.
Generic algorithm superclass for image algs.
Caches multiple vtkImageData objects.
static vtkImageCacheFilter * New()
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
void SetCacheSize(int size)
This is the maximum number of images that can be retained in memory.
~vtkImageCacheFilter() override
void ExecuteData(vtkDataObject *) override
This method is the old style execute method, provided for the sake of backwards compatibility with ol...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetCacheSize()
This is the maximum number of images that can be retained in memory.
a simple class to control print indentation