25 #ifndef vtkImageDilateErode3D_h
26 #define vtkImageDilateErode3D_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);
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKIMAGINGMORPHOLOGICAL_EXPORT
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.