48#ifndef vtkExtractHistogram2D_h
49#define vtkExtractHistogram2D_h
51#include "vtkFiltersImagingModule.h"
74 vtkSetVector2Macro(NumberOfBins,
int);
75 vtkGetVector2Macro(NumberOfBins,
int);
83 vtkSetVector2Macro(ComponentsToProcess,
int);
84 vtkGetVector2Macro(ComponentsToProcess,
int);
92 vtkSetVector4Macro(CustomHistogramExtents,
double);
93 vtkGetVector4Macro(CustomHistogramExtents,
double);
112 vtkSetMacro(ScalarType,
int);
119 vtkGetMacro(ScalarType,
int);
127 vtkGetMacro(MaximumBinCount,
double);
183 double HistogramExtents[4];
184 double CustomHistogramExtents[4];
186 int ComponentsToProcess[2];
abstract superclass for arrays of numeric data
maintain an unordered list of data objects
general representation of visualization data
dynamic, self-adjusting array of vtkIdType
topologically and geometrically regular array of data
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
A base class for a functor that assesses data.
Base class for statistics algorithms.
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
#define VTK_UNSIGNED_LONG