26 #ifndef vtkmHistogram_h
27 #define vtkmHistogram_h
29 #include "vtkAcceleratorsVTKmModule.h"
45 vtkSetMacro(NumberOfBins,
size_t);
46 vtkGetMacro(NumberOfBins,
size_t);
54 vtkSetVector2Macro(CustomBinRange,
double);
55 vtkGetVector2Macro(CustomBinRange,
double);
63 vtkSetMacro(UseCustomBinRanges,
bool);
64 vtkGetMacro(UseCustomBinRanges,
bool);
65 vtkBooleanMacro(UseCustomBinRanges,
bool);
74 vtkSetMacro(CenterBinsAroundMinAndMax,
bool);
75 vtkGetMacro(CenterBinsAroundMinAndMax,
bool);
76 vtkBooleanMacro(CenterBinsAroundMinAndMax,
bool);
83 vtkGetVectorMacro(ComputedRange,
double, 2);
90 vtkGetMacro(BinDelta,
double);
109 double CustomBinRange[2];
110 bool UseCustomBinRanges;
111 bool CenterBinsAroundMinAndMax;
112 double ComputedRange[2];
115 #endif // vtkmHistogram_h