48 #ifndef vtkExtractHistogram2D_h
49 #define vtkExtractHistogram2D_h
51 #include "vtkFiltersImagingModule.h"
54 VTK_ABI_NAMESPACE_BEGIN
76 vtkSetVector2Macro(NumberOfBins,
int);
77 vtkGetVector2Macro(NumberOfBins,
int);
85 vtkSetVector2Macro(ComponentsToProcess,
int);
86 vtkGetVector2Macro(ComponentsToProcess,
int);
94 vtkSetVector4Macro(CustomHistogramExtents,
double);
95 vtkGetVector4Macro(CustomHistogramExtents,
double);
114 vtkSetMacro(ScalarType,
int);
121 vtkGetMacro(ScalarType,
int);
129 vtkGetMacro(MaximumBinCount,
double);
185 double HistogramExtents[4];
186 double CustomHistogramExtents[4];
188 int ComponentsToProcess[2];
242 VTK_ABI_NAMESPACE_END
abstract superclass for arrays of numeric data
maintain an unordered list of data objects
general representation of visualization data
represent and manipulate attribute data in a dataset
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