VTK
vtkImageMagnitude.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageMagnitude.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 vtkImageMagnitude_h
25 #define vtkImageMagnitude_h
26 
27 
28 #include "vtkImagingMathModule.h" // For export macro
30 
32 {
33 public:
34  static vtkImageMagnitude *New();
36 
37 protected:
40 
43 
44  void ThreadedExecute (vtkImageData *inData, vtkImageData *outData,
45  int outExt[6], int id);
46 
47 private:
48  vtkImageMagnitude(const vtkImageMagnitude&); // Not implemented.
49  void operator=(const vtkImageMagnitude&); // Not implemented.
50 };
51 
52 #endif
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 // VTK-HeaderTest-Exclude: vtkImageMagnitude.h
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
Store vtkAlgorithm input/output information.
Generic filter that has one input..
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Colapses components with magnitude function..
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
#define VTKIMAGINGMATH_EXPORT