VTK
dox/Imaging/General/vtkImageHybridMedian2D.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkImageHybridMedian2D.h
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00029 #ifndef __vtkImageHybridMedian2D_h
00030 #define __vtkImageHybridMedian2D_h
00031 
00032 
00033 #include "vtkImagingGeneralModule.h" // For export macro
00034 #include "vtkImageSpatialAlgorithm.h"
00035 
00036 class VTKIMAGINGGENERAL_EXPORT vtkImageHybridMedian2D : public vtkImageSpatialAlgorithm
00037 {
00038 public:
00039   static vtkImageHybridMedian2D *New();
00040   vtkTypeMacro(vtkImageHybridMedian2D,vtkImageSpatialAlgorithm);
00041 
00042 protected:
00043   vtkImageHybridMedian2D();
00044   ~vtkImageHybridMedian2D() {};
00045 
00046   void ThreadedRequestData(vtkInformation *request,
00047                            vtkInformationVector **inputVector,
00048                            vtkInformationVector *outputVector,
00049                            vtkImageData ***inData, vtkImageData **outData,
00050                            int outExt[6], int id);
00051 private:
00052   vtkImageHybridMedian2D(const vtkImageHybridMedian2D&);  // Not implemented.
00053   void operator=(const vtkImageHybridMedian2D&);  // Not implemented.
00054 };
00055 
00056 #endif
00057 // VTK-HeaderTest-Exclude: vtkImageHybridMedian2D.h