VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Imaging
Core
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 "vtkImagingCoreModule.h"
// For export macro
32
#include "vtkImageAlgorithm.h"
33
34
class
vtkExecutive;
35
36
class
VTKIMAGINGCORE_EXPORT
vtkImageCacheFilter
:
public
vtkImageAlgorithm
37
{
38
public
:
39
static
vtkImageCacheFilter
*New();
40
vtkTypeMacro(
vtkImageCacheFilter
,vtkImageAlgorithm);
41
void
PrintSelf(ostream& os, vtkIndent indent);
42
44
46
void
SetCacheSize(
int
size);
47
int
GetCacheSize();
49
50
protected
:
51
vtkImageCacheFilter
();
52
~
vtkImageCacheFilter
();
53
54
// Create a default executive.
55
virtual
vtkExecutive* CreateDefaultExecutive();
56
virtual
void
ExecuteData(vtkDataObject *);
57
58
private
:
59
vtkImageCacheFilter
(
const
vtkImageCacheFilter
&);
// Not implemented.
60
void
operator=(
const
vtkImageCacheFilter
&);
// Not implemented.
61
};
62
63
64
65
#endif
66
67
68
vtkImageCacheFilter
Caches multiple vtkImageData objects.
Definition:
vtkImageCacheFilter.h:36
Generated on Sat May 10 2014 05:42:49 for VTK by
1.8.6