50#ifndef vtkImageAnisotropicDiffusion2D_h
51#define vtkImageAnisotropicDiffusion2D_h
54#include "vtkImagingGeneralModule.h"
55VTK_ABI_NAMESPACE_BEGIN
140 VTK_FUTURE_CONST
int outExt[6],
int id)
override;
142 VTK_FUTURE_CONST
int coreExtent[6],
int count);
void SetNumberOfIterations(int num)
This method sets the number of iterations which also affects the input neighborhood needed to compute...
double DiffusionThreshold
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageAnisotropicDiffusion2D()
static vtkImageAnisotropicDiffusion2D * New()
void Iterate(vtkImageData *in, vtkImageData *out, double ar0, double ar1, VTK_FUTURE_CONST int coreExtent[6], int count)
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, VTK_FUTURE_CONST int outExt[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
vtkTypeBool GradientMagnitudeThreshold
~vtkImageAnisotropicDiffusion2D() override=default
topologically and geometrically regular array of data
vtkImageSpatialAlgorithm()
a simple class to control print indentation