Go to the documentation of this file.
48 #ifndef vtkImageEuclideanDistance_h
49 #define vtkImageEuclideanDistance_h
51 #include "vtkImagingGeneralModule.h"
54 #define VTK_EDT_SAITO_CACHED 0
55 #define VTK_EDT_SAITO 1
91 vtkSetMacro(MaximumDistance,
double);
92 vtkGetMacro(MaximumDistance,
double);
102 vtkSetMacro(Algorithm,
int);
103 vtkGetMacro(Algorithm,
int);
124 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