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
72 vtkGetMacro(Initialize,
int);
82 vtkGetMacro(ConsiderAnisotropy,
int);
92 vtkGetMacro(MaximumDistance,
double);
103 vtkGetMacro(Algorithm,
int);
124 virtual void AllocateOutputScalars(
vtkImageData *outData,
void PrintSelf(ostream &os, vtkIndent indent)
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3...
void SetAlgorithmToSaitoCached()
Selects a Euclidean DT algorithm.
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)
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
#define VTK_EDT_SAITO_CACHED
Filters that execute axes in series.
~vtkImageEuclideanDistance()
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)