35#undef vtkTableAlgorithm
53 vtkSetVector2Macro(CustomBinRange,
double);
54 vtkGetVector2Macro(CustomBinRange,
double);
62 vtkSetMacro(UseCustomBinRanges,
bool);
63 vtkGetMacro(UseCustomBinRanges,
bool);
64 vtkBooleanMacro(UseCustomBinRanges,
bool);
73 vtkSetMacro(CenterBinsAroundMinAndMax,
bool);
74 vtkGetMacro(CenterBinsAroundMinAndMax,
bool);
75 vtkBooleanMacro(CenterBinsAroundMinAndMax,
bool);
82 vtkGetVectorMacro(ComputedRange,
double, 2);
89 vtkGetMacro(BinDelta,
double);
107 double CustomBinRange[2];
108 bool UseCustomBinRanges;
109 bool CenterBinsAroundMinAndMax;
110 double ComputedRange[2];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.