10 #ifndef __vtkITKMorphologicalContourInterpolator_h 11 #define __vtkITKMorphologicalContourInterpolator_h 14 #include "vtkSimpleImageToImageFilter.h" 22 void PrintSelf(ostream& os, vtkIndent indent) VTK_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 virtual void SimpleExecute(vtkImageData* input, vtkImageData* output) VTK_OVERRIDE;
bool UseDistanceTransform
Wrapper class around itk::MorphologicalContourInterpolator.
bool UseBallStructuringElement