VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageTranslateExtent.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageTranslateExtent.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
=========================================================================*/
25
#ifndef __vtkImageTranslateExtent_h
26
#define __vtkImageTranslateExtent_h
27
28
#include "
vtkImageAlgorithm.h
"
29
30
class
VTK_IMAGING_EXPORT
vtkImageTranslateExtent
:
public
vtkImageAlgorithm
31
{
32
public
:
33
static
vtkImageTranslateExtent
*
New
();
34
vtkTypeMacro(
vtkImageTranslateExtent
,
vtkImageAlgorithm
);
35
void
PrintSelf
(ostream& os,
vtkIndent
indent);
36
38
39
vtkSetVector3Macro(Translation,
int
);
40
vtkGetVector3Macro(Translation,
int
);
42
43
protected
:
44
vtkImageTranslateExtent
();
45
~vtkImageTranslateExtent
() {};
46
47
int
Translation[3];
48
49
virtual
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
50
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
51
52
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
53
54
private
:
55
vtkImageTranslateExtent
(
const
vtkImageTranslateExtent
&);
// Not implemented.
56
void
operator=(
const
vtkImageTranslateExtent
&);
// Not implemented.
57
};
58
59
#endif
Generated on Sun Sep 9 2012 13:03:40 for VTK by
1.8.1.2