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);
 
  108   double CustomBinRange[2];
 
  109   bool UseCustomBinRanges;
 
  110   bool CenterBinsAroundMinAndMax;
 
  111   double ComputedRange[2];
 
  114 #endif // vtkmHistogram_h