70 int NumberOfIterations{1};
71 bool UseMaskScalarField{
true};
72 int MaskIdentifier{0};
73 bool ForceInputMaskScalarField{
false};
76 vtkSetMacro(NumberOfIterations,
int);
77 vtkGetMacro(NumberOfIterations,
int);
79 vtkSetMacro(UseMaskScalarField,
bool);
80 vtkGetMacro(UseMaskScalarField,
bool);
82 vtkSetMacro(MaskIdentifier,
int);
83 vtkGetMacro(MaskIdentifier,
int);
85 vtkSetMacro(ForceInputMaskScalarField,
bool);
86 vtkGetMacro(ForceInputMaskScalarField,
bool);
99 vtkInformationVector **inputVector,
100 vtkInformationVector *outputVector)
override;