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);
void PrintSelf(ostream &os, vtkIndent indent)
Create a binary image of an ellipsoid.
vtkImageEllipsoidSource * Ellipse
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
Filters that operate on pixel neighborhoods.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkImageSpatialAlgorithm * New()
Dilates one value and erodes another.