44 #ifndef __vtkPairwiseExtractHistogram2D_h
45 #define __vtkPairwiseExtractHistogram2D_h
64 vtkSetVector2Macro(NumberOfBins,
int);
65 vtkGetVector2Macro(NumberOfBins,
int);
72 vtkSetMacro(CustomColumnRangeIndex,
int);
73 void SetCustomColumnRangeByIndex(
double,
double);
80 void SetCustomColumnRange(
int col,
double range[2]);
81 void SetCustomColumnRange(
int col,
double rmin,
double rmax);
86 vtkSetMacro(ScalarType,
int);
87 void SetScalarTypeToUnsignedInt()
89 void SetScalarTypeToUnsignedLong()
91 void SetScalarTypeToUnsignedShort()
93 void SetScalarTypeToUnsignedChar()
95 vtkGetMacro(ScalarType,
int);
99 double GetMaximumBinCount(
int idx);
102 double GetMaximumBinCount();
114 void GetBinWidth(
int idx,
double bw[2]);
118 double* GetHistogramExtents(
int idx);