VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
Imaging
General
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
=========================================================================*/
24
#ifndef vtkImageNormalize_h
25
#define vtkImageNormalize_h
26
27
28
#include "vtkImagingGeneralModule.h"
// For export macro
29
#include "
vtkThreadedImageAlgorithm.h
"
30
31
class
VTKIMAGINGGENERAL_EXPORT
vtkImageNormalize
:
public
vtkThreadedImageAlgorithm
32
{
33
public
:
34
static
vtkImageNormalize
*
New
();
35
vtkTypeMacro(
vtkImageNormalize
,
vtkThreadedImageAlgorithm
);
36
37
protected
:
38
vtkImageNormalize
();
39
~vtkImageNormalize
()VTK_OVERRIDE {}
40
41
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*) VTK_OVERRIDE;
42
43
void
ThreadedExecute (
vtkImageData
*inData,
vtkImageData
*outData,
44
int
extent
[6],
int
id
) VTK_OVERRIDE;
45
private:
46
vtkImageNormalize
(const
vtkImageNormalize
&) VTK_DELETE_FUNCTION;
47
void
operator=(const
vtkImageNormalize
&) VTK_DELETE_FUNCTION;
48
};
49
50
#endif
51
52
53
54
55
56
57
58
59
60
61
// VTK-HeaderTest-Exclude: vtkImageNormalize.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:80
vtkImageNormalize
Normalizes that scalar components for each point.
Definition:
vtkImageNormalize.h:31
vtkImageNormalize::~vtkImageNormalize
~vtkImageNormalize() override
Definition:
vtkImageNormalize.h:39
vtkThreadedImageAlgorithm
Generic filter that has one input.
Definition:
vtkThreadedImageAlgorithm.h:37
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:39
vtkImageAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkThreadedImageAlgorithm.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkX3D::extent
Definition:
vtkX3D.h:345
Generated by
1.8.5