VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageCacheFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageCacheFilter.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
28
#ifndef __vtkImageCacheFilter_h
29
#define __vtkImageCacheFilter_h
30
31
#include "
vtkImageAlgorithm.h
"
32
33
class
vtkExecutive
;
34
35
class
VTK_IMAGING_EXPORT
vtkImageCacheFilter
:
public
vtkImageAlgorithm
36
{
37
public
:
38
static
vtkImageCacheFilter
*
New
();
39
vtkTypeMacro(
vtkImageCacheFilter
,
vtkImageAlgorithm
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
43
45
void
SetCacheSize(
int
size
);
46
int
GetCacheSize();
48
49
protected
:
50
vtkImageCacheFilter
();
51
~
vtkImageCacheFilter
();
52
53
// Create a default executive.
54
virtual
vtkExecutive
*
CreateDefaultExecutive
();
55
virtual
void
ExecuteData
(
vtkDataObject
*);
56
57
private
:
58
vtkImageCacheFilter
(
const
vtkImageCacheFilter
&);
// Not implemented.
59
void
operator=(
const
vtkImageCacheFilter
&);
// Not implemented.
60
};
61
62
63
64
#endif
65
66
67
Generated on Wed May 30 2012 13:22:13 for VTK by
1.8.1