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);
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];
static vtkTableAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_UNSIGNED_SHORT
maintain an unordered list of data objects
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
topologically and geometrically regular array of data
abstract superclass for arrays of numeric data
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)=0
virtual int FillOutputPortInformation(int port, vtkInformation *info)
A table, which contains similar-typed columns of data.
#define VTK_UNSIGNED_CHAR
Composite dataset that organizes datasets into blocks.
#define VTK_UNSIGNED_LONG
general representation of visualization data