Go to the documentation of this file.
45 #ifndef vtkImageEuclideanDistance_h
46 #define vtkImageEuclideanDistance_h
48 #include "vtkImagingGeneralModule.h"
51 #define VTK_EDT_SAITO_CACHED 0
52 #define VTK_EDT_SAITO 1
88 vtkSetMacro(MaximumDistance,
double);
89 vtkGetMacro(MaximumDistance,
double);
99 vtkSetMacro(Algorithm,
int);
100 vtkGetMacro(Algorithm,
int);
121 virtual void AllocateOutputScalars(
vtkImageData *outData,
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
~vtkImageEuclideanDistance() override
void SetAlgorithmToSaito()
vtkTypeBool ConsiderAnisotropy
topologically and geometrically regular array of data
a simple class to control print indentation
Filters that execute axes in series.
void SetAlgorithmToSaitoCached()
static vtkAlgorithm * New()
virtual int IterativeRequestInformation(vtkInformation *in, vtkInformation *out)
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTK_EDT_SAITO_CACHED