82 vtkSetMacro(NumberOfIterations,
int);
83 vtkGetMacro(NumberOfIterations,
int);
85 vtkSetMacro(ForceInputMaskScalarField,
bool);
86 vtkGetMacro(ForceInputMaskScalarField,
bool);
98 vtkInformationVector **inputVector,
99 vtkInformationVector *outputVector)
override;
102 int NumberOfIterations{1};
103 bool ForceInputMaskScalarField{
false};