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*);
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*);
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*);
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 
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkFloatArray
dynamic, self-adjusting array of float
Definition: vtkFloatArray.h:49
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageSeparableConvolution
3 1D convolutions on an image
Definition: vtkImageSeparableConvolution.h:41
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkImageSeparableConvolution::~vtkImageSeparableConvolution
~vtkImageSeparableConvolution()
vtkImageSeparableConvolution::SetXKernel
virtual void SetXKernel(vtkFloatArray *)
vtkImageSeparableConvolution::IterativeRequestUpdateExtent
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
vtkImageSeparableConvolution::XKernel
vtkFloatArray * XKernel
Definition: vtkImageSeparableConvolution.h:72
vtkImageSeparableConvolution::IterativeRequestInformation
virtual int IterativeRequestInformation(vtkInformation *in, vtkInformation *out)
vtkImagingGeneralModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkImageSeparableConvolution::GetMTime
unsigned long int GetMTime()
VTKIMAGINGGENERAL_EXPORT
#define VTKIMAGINGGENERAL_EXPORT
Definition: vtkImagingGeneralModule.h:15
vtkImageDecomposeFilter
Filters that execute axes in series.
Definition: vtkImageDecomposeFilter.h:33
vtkImageSeparableConvolution::SetZKernel
virtual void SetZKernel(vtkFloatArray *)
vtkImageSeparableConvolution::New
static vtkImageSeparableConvolution * New()
vtkImageSeparableConvolution::IterativeRequestData
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageSeparableConvolution::SetYKernel
virtual void SetYKernel(vtkFloatArray *)
vtkImageSeparableConvolution::vtkImageSeparableConvolution
vtkImageSeparableConvolution()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageSeparableConvolution::YKernel
vtkFloatArray * YKernel
Definition: vtkImageSeparableConvolution.h:73
vtkImageDecomposeFilter.h
vtkImageSeparableConvolution::ZKernel
vtkFloatArray * ZKernel
Definition: vtkImageSeparableConvolution.h:74
vtkImageSeparableConvolution::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)