47 #ifndef vtkExtractHistogram2D_h
48 #define vtkExtractHistogram2D_h
73 vtkSetVector2Macro(NumberOfBins,
int);
74 vtkGetVector2Macro(NumberOfBins,
int);
80 vtkSetVector2Macro(ComponentsToProcess,
int);
81 vtkGetVector2Macro(ComponentsToProcess,
int);
88 vtkSetVector4Macro(CustomHistogramExtents,
double);
89 vtkGetVector4Macro(CustomHistogramExtents,
double);
95 vtkSetMacro(UseCustomHistogramExtents,
int);
96 vtkGetMacro(UseCustomHistogramExtents,
int);
97 vtkBooleanMacro(UseCustomHistogramExtents,
int);
104 vtkSetMacro(ScalarType,
int);
117 vtkGetMacro(ScalarType,
int);
123 vtkGetMacro(MaximumBinCount,
double);
136 void GetBinWidth(
double bw[2]);
144 double* GetHistogramExtents();
146 vtkSetMacro(SwapColumns,
int);
147 vtkGetMacro(SwapColumns,
int);
148 vtkBooleanMacro(SwapColumns,
int);
165 double HistogramExtents[4];
166 double CustomHistogramExtents[4];
168 int ComponentsToProcess[2];
static vtkTableAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTK_UNSIGNED_SHORT
void PrintSelf(ostream &os, vtkIndent indent)
maintain an unordered list of data objects
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of vtkIdType
Base class for statistics algorithms.
a simple class to control print indentation
#define VTKFILTERSIMAGING_EXPORT
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