25 #ifndef __vtkImageDilateErode3D_h
26 #define __vtkImageDilateErode3D_h
29 #include "vtkImagingMorphologicalModule.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
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);
68 vtkInformationVector **inputVector,
69 vtkInformationVector *outputVector,
70 vtkImageData ***inData, vtkImageData **outData,
71 int extent[6],
int id);
73 vtkInformationVector **inputVector,
74 vtkInformationVector *outputVector);
void PrintSelf(ostream &os, vtkIndent indent)
Create a binary image of an ellipsoid.
vtkImageEllipsoidSource * Ellipse
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.