75 int NumberOfIterations{1};
76 bool UseMaskScalarField{
true};
77 int MaskIdentifier{0};
78 bool ForceInputMaskScalarField{
false};
81 vtkSetMacro(NumberOfIterations,
int);
82 vtkGetMacro(NumberOfIterations,
int);
84 vtkSetMacro(UseMaskScalarField,
bool);
85 vtkGetMacro(UseMaskScalarField,
bool);
87 vtkSetMacro(MaskIdentifier,
int);
88 vtkGetMacro(MaskIdentifier,
int);
90 vtkSetMacro(ForceInputMaskScalarField,
bool);
91 vtkGetMacro(ForceInputMaskScalarField,
bool);
104 vtkInformationVector **inputVector,
105 vtkInformationVector *outputVector)
override;