10 #ifndef __vtkITKMorphologicalContourInterpolator_h 11 #define __vtkITKMorphologicalContourInterpolator_h 14 #include "vtkSimpleImageToImageFilter.h" 22 void PrintSelf(ostream& os, vtkIndent indent)
override;
25 vtkGetMacro(Label,
long);
26 vtkSetMacro(Label,
long);
29 vtkGetMacro(Axis,
int);
30 vtkSetMacro(Axis,
int);
34 vtkGetMacro(HeuristicAlignment,
bool);
35 vtkSetMacro(HeuristicAlignment,
bool);
40 vtkGetMacro(UseDistanceTransform,
bool);
41 vtkSetMacro(UseDistanceTransform,
bool);
44 vtkGetMacro(UseBallStructuringElement,
bool);
45 vtkSetMacro(UseBallStructuringElement,
bool);
51 void SimpleExecute(vtkImageData* input, vtkImageData* output)
override;
55 bool HeuristicAlignment{
true};
56 bool UseDistanceTransform{
false};
57 bool UseBallStructuringElement{
false};
Wrapper class around itk::MorphologicalContourInterpolator.