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 
31 
33 {
34 public:
35  static vtkImageNormalize *New();
37 
38 protected:
41 
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 
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
Store vtkAlgorithm input/output information.
Normalizes that scalar components for each point.
Generic filter that has one input..
#define VTK_IMAGING_EXPORT
topologically and geometrically regular array of data
Definition: vtkImageData.h:43
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()