27 #ifndef __vtkImageSobel3D_h
28 #define __vtkImageSobel3D_h
31 #include "vtkImagingGeneralModule.h"
39 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkInformationVector **inputVector,
47 vtkInformationVector *outputVector,
48 vtkImageData ***inData, vtkImageData **outData,
49 int outExt[6],
int id);
51 vtkInformationVector **inputVector,
52 vtkInformationVector *outputVector);
void PrintSelf(ostream &os, vtkIndent indent)
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 RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Computes a vector field using sobel functions.
static vtkImageSpatialAlgorithm * New()