29 #ifndef __vtkImageVariance3D_h
30 #define __vtkImageVariance3D_h
33 #include "vtkImagingGeneralModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
48 void SetKernelSize(
int size0,
int size1,
int size2);
57 vtkInformationVector **inputVector,
58 vtkInformationVector *outputVector);
60 void ThreadedRequestData(vtkInformation *request,
61 vtkInformationVector **inputVector,
62 vtkInformationVector *outputVector,
63 vtkImageData ***inData, vtkImageData **outData,
64 int extent[6],
int id);
65 virtual int RequestData(vtkInformation *request,
66 vtkInformationVector **inputVector,
67 vtkInformationVector *outputVector);
void PrintSelf(ostream &os, vtkIndent indent)
Variance in a neighborhood.
Create a binary image of an ellipsoid.
vtkImageEllipsoidSource * Ellipse
Filters that operate on pixel neighborhoods.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageSpatialAlgorithm * New()