29 #ifndef __vtkImageDivergence_h
30 #define __vtkImageDivergence_h
32 #include "vtkImagingMathModule.h"
33 #include "vtkThreadedImageAlgorithm.h"
45 virtual int RequestUpdateExtent(vtkInformation*,
46 vtkInformationVector**,
47 vtkInformationVector*);
48 virtual int RequestInformation (vtkInformation*,
49 vtkInformationVector**,
50 vtkInformationVector*);
51 void ThreadedExecute (vtkImageData *inData, vtkImageData *outData,
Divergence of a vector field.