VTK
vtkImageHybridMedian2D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageHybridMedian2D.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 =========================================================================*/
29 #ifndef __vtkImageHybridMedian2D_h
30 #define __vtkImageHybridMedian2D_h
31 
32 
34 
36 {
37 public:
38  static vtkImageHybridMedian2D *New();
40 
41 protected:
44 
45  void ThreadedRequestData(vtkInformation *request,
46  vtkInformationVector **inputVector,
47  vtkInformationVector *outputVector,
48  vtkImageData ***inData, vtkImageData **outData,
49  int outExt[6], int id);
50 private:
51  vtkImageHybridMedian2D(const vtkImageHybridMedian2D&); // Not implemented.
52  void operator=(const vtkImageHybridMedian2D&); // Not implemented.
53 };
54 
55 #endif