#include <vtkImageCacheFilter.h>
Inheritance diagram for vtkImageCacheFilter:
vtkImageCacheFilter keep a number of vtkImageDataObjects from previous updates to satisfy future updates without needing to update the input. It does not change the data at all. It just makes the pipeline more efficient at the expense of using extra memory.
Definition at line 46 of file vtkImageCacheFilter.h.
Public Types | |
typedef vtkImageToImageFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | UpdateData (vtkDataObject *outData) |
void | SetCacheSize (int size) |
virtual int | GetCacheSize () |
Static Public Member Functions | |
vtkImageCacheFilter * | New () |
int | IsTypeOf (const char *type) |
vtkImageCacheFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageCacheFilter () | |
~vtkImageCacheFilter () | |
virtual vtkExecutive * | CreateDefaultExecutive () |
Protected Attributes | |
int | CacheSize |
vtkImageData ** | Data |
unsigned long * | Times |
|
Reimplemented from vtkImageToImageFilter. Definition at line 50 of file vtkImageCacheFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter. |
|
This is the maximum number of images that can be retained in memory. it defaults to 10. |
|
This is the maximum number of images that can be retained in memory. it defaults to 10. |
|
This is an internal method that you should not call. Reimplemented from vtkSource. |
|
Reimplemented from vtkAlgorithm. |
|
Definition at line 69 of file vtkImageCacheFilter.h. |
|
Definition at line 78 of file vtkImageCacheFilter.h. |
|
Definition at line 80 of file vtkImageCacheFilter.h. |