VTK
vtkImageSeparableConvolution.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageSeparableConvolution.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 =========================================================================*/
31 #ifndef vtkImageSeparableConvolution_h
32 #define vtkImageSeparableConvolution_h
33 
34 
35 #include "vtkImagingGeneralModule.h" // For export macro
37 
38 class vtkFloatArray;
39 
41 {
42 public:
45 
46 
47  // Set the X convolution kernel, a null value indicates no convolution to
48  // be done. The kernel must be of odd length
49  virtual void SetXKernel(vtkFloatArray*);
50  vtkGetObjectMacro ( XKernel, vtkFloatArray );
51 
52  // Set the Y convolution kernel, a null value indicates no convolution to
53  // be done The kernel must be of odd length
54  virtual void SetYKernel(vtkFloatArray*);
55  vtkGetObjectMacro ( YKernel, vtkFloatArray );
56 
57  // Set the Z convolution kernel, a null value indicates no convolution to
58  // be done The kernel must be of odd length
59  virtual void SetZKernel(vtkFloatArray*);
60  vtkGetObjectMacro ( ZKernel, vtkFloatArray );
61 
62  void PrintSelf(ostream& os, vtkIndent indent);
63 
66  unsigned long int GetMTime();
67 
68 protected:
71 
75 
79 
81  vtkInformation* out);
83  vtkInformation* out);
84 
85 private:
87  void operator=(const vtkImageSeparableConvolution&); // Not implemented.
88 };
89 
90 #endif
91 
92 
93 
94 
95 
96 
97 
98 
99 
100 
void PrintSelf(ostream &os, vtkIndent indent)
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of float
Definition: vtkFloatArray.h:45
virtual unsigned long GetMTime()
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int IterativeRequestInformation(vtkInformation *in, vtkInformation *out)
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKIMAGINGGENERAL_EXPORT
3 1D convolutions on an image
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
Filters that execute axes in series.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)