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