VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageNormalize.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageNormalize.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
=========================================================================*/
26
#ifndef __vtkImageNormalize_h
27
#define __vtkImageNormalize_h
28
29
30
#include "
vtkThreadedImageAlgorithm.h
"
31
32
class
VTK_IMAGING_EXPORT
vtkImageNormalize
:
public
vtkThreadedImageAlgorithm
33
{
34
public
:
35
static
vtkImageNormalize
*
New
();
36
vtkTypeMacro(
vtkImageNormalize
,
vtkThreadedImageAlgorithm
);
37
38
protected
:
39
vtkImageNormalize
();
40
~vtkImageNormalize
() {};
41
42
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
43
44
void
ThreadedExecute
(
vtkImageData
*inData,
vtkImageData
*outData,
45
int
extent
[6],
int
id
);
46
private
:
47
vtkImageNormalize
(
const
vtkImageNormalize
&);
// Not implemented.
48
void
operator=(
const
vtkImageNormalize
&);
// Not implemented.
49
};
50
51
#endif
52
53
54
55
56
57
58
59
60
61
Generated on Fri Aug 2 2013 12:19:59 for VTK by
1.8.4