47 #ifndef __vtkExtractHistogram2D_h
48 #define __vtkExtractHistogram2D_h
72 vtkSetVector2Macro(NumberOfBins,
int);
73 vtkGetVector2Macro(NumberOfBins,
int);
79 vtkSetVector2Macro(ComponentsToProcess,
int);
80 vtkGetVector2Macro(ComponentsToProcess,
int);
87 vtkSetVector4Macro(CustomHistogramExtents,
double);
88 vtkGetVector4Macro(CustomHistogramExtents,
double);
94 vtkSetMacro(UseCustomHistogramExtents,
int);
95 vtkGetMacro(UseCustomHistogramExtents,
int);
96 vtkBooleanMacro(UseCustomHistogramExtents,
int);
103 vtkSetMacro(ScalarType,
int);
104 void SetScalarTypeToUnsignedInt()
106 void SetScalarTypeToUnsignedLong()
108 void SetScalarTypeToUnsignedShort()
110 void SetScalarTypeToUnsignedChar()
112 void SetScalarTypeToFloat()
114 void SetScalarTypeToDouble()
116 vtkGetMacro(ScalarType,
int);
122 vtkGetMacro(MaximumBinCount,
double);
135 void GetBinWidth(
double bw[2]);
143 double* GetHistogramExtents();
145 vtkSetMacro(SwapColumns,
int);
146 vtkGetMacro(SwapColumns,
int);
147 vtkBooleanMacro(SwapColumns,
int);
164 double HistogramExtents[4];
165 double CustomHistogramExtents[4];
167 int ComponentsToProcess[2];