26 #ifndef __vtkImageContinuousDilate3D_h
27 #define __vtkImageContinuousDilate3D_h
30 #include "vtkImagingMorphologicalModule.h"
44 void PrintSelf(ostream& os, vtkIndent indent);
50 void SetKernelSize(
int size0,
int size1,
int size2);
59 vtkInformationVector **inputVector,
60 vtkInformationVector *outputVector,
61 vtkImageData ***inData, vtkImageData **outData,
62 int extent[6],
int id);
64 vtkInformationVector **inputVector,
65 vtkInformationVector *outputVector);
void PrintSelf(ostream &os, vtkIndent indent)
Create a binary image of an ellipsoid.
vtkImageEllipsoidSource * Ellipse
Dilate implemented as a maximum.
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()