48 #ifndef vtkExtractHistogram2D_h 
   49 #define vtkExtractHistogram2D_h 
   51 #include "vtkFiltersImagingModule.h"  
   74   vtkSetVector2Macro(NumberOfBins, 
int);
 
   75   vtkGetVector2Macro(NumberOfBins, 
int);
 
   83   vtkSetVector2Macro(ComponentsToProcess, 
int);
 
   84   vtkGetVector2Macro(ComponentsToProcess, 
int);
 
   92   vtkSetVector4Macro(CustomHistogramExtents, 
double);
 
   93   vtkGetVector4Macro(CustomHistogramExtents, 
double);
 
  101   vtkSetMacro(UseCustomHistogramExtents, 
vtkTypeBool);
 
  102   vtkGetMacro(UseCustomHistogramExtents, 
vtkTypeBool);
 
  103   vtkBooleanMacro(UseCustomHistogramExtents, 
vtkTypeBool);
 
  112   vtkSetMacro(ScalarType, 
int);
 
  119   vtkGetMacro(ScalarType, 
int);
 
  127   vtkGetMacro(MaximumBinCount, 
double);
 
  146   void GetBinWidth(
double bw[2]);
 
  158   double* GetHistogramExtents();
 
  183   double HistogramExtents[4];
 
  184   double CustomHistogramExtents[4];
 
  186   int ComponentsToProcess[2];