Go to the documentation of this file.
25 #ifndef __vtkImageDilateErode3D_h
26 #define __vtkImageDilateErode3D_h
47 void SetKernelSize(
int size0,
int size1,
int size2);
52 vtkSetMacro(DilateValue,
double);
53 vtkGetMacro(DilateValue,
double);
54 vtkSetMacro(ErodeValue,
double);
55 vtkGetMacro(ErodeValue,
double);