36 #ifndef vtkImageEuclideanDistance_h
37 #define vtkImageEuclideanDistance_h
40 #include "vtkImagingGeneralModule.h"
42 #define VTK_EDT_SAITO_CACHED 0
43 #define VTK_EDT_SAITO 1
45 VTK_ABI_NAMESPACE_BEGIN
80 vtkSetMacro(MaximumDistance,
double);
81 vtkGetMacro(MaximumDistance,
double);
91 vtkSetMacro(Algorithm,
int);
92 vtkGetMacro(Algorithm,
int);
119 VTK_ABI_NAMESPACE_END
void SetAlgorithmToSaitoCached()
Selects a Euclidean DT algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3...
a simple class to control print indentation
void SetAlgorithmToSaito()
Selects a Euclidean DT algorithm.
topologically and geometrically regular array of data
virtual int IterativeRequestInformation(vtkInformation *in, vtkInformation *out)
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkTypeBool ConsiderAnisotropy
static vtkAlgorithm * New()
#define VTK_EDT_SAITO_CACHED
Filters that execute axes in series.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)