Caches multiple vtkImageData objects.
More...
#include <vtkImageCacheFilter.h>
Inherits vtkImageAlgorithm.
Caches multiple vtkImageData objects.
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.
- Tests:
- vtkImageCacheFilter (Tests)
Definition at line 36 of file vtkImageCacheFilter.h.
vtkImageCacheFilter::vtkImageCacheFilter |
( |
| ) |
|
|
protected |
vtkImageCacheFilter::~vtkImageCacheFilter |
( |
| ) |
|
|
protected |
static int vtkImageCacheFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageCacheFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageCacheFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageCacheFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkImageCacheFilter::SetCacheSize |
( |
int |
size | ) |
|
This is the maximum number of images that can be retained in memory. it defaults to 10.
int vtkImageCacheFilter::GetCacheSize |
( |
| ) |
|
This is the maximum number of images that can be retained in memory. it defaults to 10.
virtual vtkExecutive* vtkImageCacheFilter::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
virtual void vtkImageCacheFilter::ExecuteData |
( |
vtkDataObject * |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: