28 #ifndef __vtkImageMedian3D_h
29 #define __vtkImageMedian3D_h
32 #include "vtkImagingGeneralModule.h"
40 void PrintSelf(ostream& os, vtkIndent indent);
44 void SetKernelSize(
int size0,
int size1,
int size2);
48 vtkGetMacro(NumberOfElements,
int);
57 void ThreadedRequestData(vtkInformation *request,
58 vtkInformationVector **inputVector,
59 vtkInformationVector *outputVector,
60 vtkImageData ***inData, vtkImageData **outData,
61 int extent[6],
int id);
void PrintSelf(ostream &os, vtkIndent indent)
Filters that operate on pixel neighborhoods.
static vtkImageSpatialAlgorithm * New()