25 #ifndef __vtkImageDilateErode3D_h
26 #define __vtkImageDilateErode3D_h
29 #include "vtkImagingMorphologicalModule.h"
48 void SetKernelSize(
int size0,
int size1,
int size2);
53 vtkSetMacro(DilateValue,
double);
54 vtkGetMacro(DilateValue,
double);
55 vtkSetMacro(ErodeValue,
double);
56 vtkGetMacro(ErodeValue,
double);