36 vtkSetMacro(NumberOfBins,
size_t);
37 vtkGetMacro(NumberOfBins,
size_t);
45 vtkSetVector2Macro(CustomBinRange,
double);
46 vtkGetVector2Macro(CustomBinRange,
double);
54 vtkSetMacro(UseCustomBinRanges,
bool);
55 vtkGetMacro(UseCustomBinRanges,
bool);
56 vtkBooleanMacro(UseCustomBinRanges,
bool);
65 vtkSetMacro(CenterBinsAroundMinAndMax,
bool);
66 vtkGetMacro(CenterBinsAroundMinAndMax,
bool);
67 vtkBooleanMacro(CenterBinsAroundMinAndMax,
bool);
74 vtkGetVectorMacro(ComputedRange,
double, 2);
81 vtkGetMacro(BinDelta,
double);
99 double CustomBinRange[2];
100 bool UseCustomBinRanges;
101 bool CenterBinsAroundMinAndMax;
102 double ComputedRange[2];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.