44 #ifndef __vtkPairwiseExtractHistogram2D_h
45 #define __vtkPairwiseExtractHistogram2D_h
47 #include "vtkFiltersImagingModule.h"
65 vtkSetVector2Macro(NumberOfBins,
int);
66 vtkGetVector2Macro(NumberOfBins,
int);
73 vtkSetMacro(CustomColumnRangeIndex,
int);
74 void SetCustomColumnRangeByIndex(
double,
double);
81 void SetCustomColumnRange(
int col,
double range[2]);
82 void SetCustomColumnRange(
int col,
double rmin,
double rmax);
87 vtkSetMacro(ScalarType,
int);
88 void SetScalarTypeToUnsignedInt()
90 void SetScalarTypeToUnsignedLong()
92 void SetScalarTypeToUnsignedShort()
94 void SetScalarTypeToUnsignedChar()
96 vtkGetMacro(ScalarType,
int);
100 double GetMaximumBinCount(
int idx);
103 double GetMaximumBinCount();
115 void GetBinWidth(
int idx,
double bw[2]);
119 double* GetHistogramExtents(
int idx);