46 vtkGetMacro(ComputeLowerBound,
bool);
47 vtkSetMacro(ComputeLowerBound,
bool);
49 vtkGetMacro(ComputeUpperBound,
bool);
50 vtkSetMacro(ComputeUpperBound,
bool);
52 vtkGetMacro(BinCount,
int);
53 vtkSetMacro(BinCount,
int);
57 SetComputeLowerBound(
true);
58 SetComputeUpperBound(
true);
59 }
else if(value == 1) {
60 SetComputeLowerBound(
true);
61 SetComputeUpperBound(
false);
62 }
else if(value == 2) {
63 SetComputeLowerBound(
false);
64 SetComputeUpperBound(
true);
75 vtkInformationVector **inputVector,
76 vtkInformationVector *outputVector)
override;