42 std::string PivotLabel{
"0"};
44 bool Grayscale{
false};
50 vtkSetMacro(Mode,
int);
51 vtkGetMacro(Mode,
int);
52 vtkSetMacro(PivotLabel,
const std::string &);
53 vtkGetMacro(PivotLabel, std::string);
54 vtkSetMacro(Iterations,
int);
55 vtkGetMacro(Iterations,
int);
56 vtkSetMacro(Grayscale,
bool);
57 vtkGetMacro(Grayscale,
bool);
67 vtkInformationVector **inputVector,
68 vtkInformationVector *outputVector)
override;