84 vtkSetMacro(NumberOfIterations,
int);
85 vtkGetMacro(NumberOfIterations,
int);
87 vtkSetMacro(ForceInputMaskScalarField,
bool);
88 vtkGetMacro(ForceInputMaskScalarField,
bool);
100 vtkInformationVector **inputVector,
101 vtkInformationVector *outputVector)
override;
104 int NumberOfIterations{1};
105 bool ForceInputMaskScalarField{
false};