VTK
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
=========================================================================*/
27
#ifndef vtkImageNormalize_h
28
#define vtkImageNormalize_h
29
30
31
#include "vtkImagingGeneralModule.h"
// For export macro
32
#include "
vtkThreadedImageAlgorithm.h
"
33
34
class
VTKIMAGINGGENERAL_EXPORT
vtkImageNormalize
:
public
vtkThreadedImageAlgorithm
35
{
36
public
:
37
static
vtkImageNormalize
*
New
();
38
vtkTypeMacro(
vtkImageNormalize
,
vtkThreadedImageAlgorithm
);
39
40
protected
:
41
vtkImageNormalize
();
42
~vtkImageNormalize
()
override
{}
43
44
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
45
46
void
ThreadedExecute
(
vtkImageData
*inData,
vtkImageData
*outData,
47
int
extent
[6],
int
id
)
override
;
48
private
:
49
vtkImageNormalize
(
const
vtkImageNormalize
&) =
delete
;
50
void
operator=(
const
vtkImageNormalize
&) =
delete
;
51
};
52
53
#endif
54
55
56
57
58
59
60
61
62
63
64
// VTK-HeaderTest-Exclude: vtkImageNormalize.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkThreadedImageAlgorithm
Generic filter that has one input.
Definition:
vtkThreadedImageAlgorithm.h:43
vtkImageNormalize::~vtkImageNormalize
~vtkImageNormalize() override
Definition:
vtkImageNormalize.h:42
vtkThreadedImageAlgorithm.h
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...
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:45
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkImageNormalize
Normalizes that scalar components for each point.
Definition:
vtkImageNormalize.h:34
vtkThreadedImageAlgorithm::ThreadedExecute
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
vtkX3D::extent
Definition:
vtkX3D.h:345
Generated by
1.8.16