48#ifndef vtkExtractHistogram2D_h
49#define vtkExtractHistogram2D_h
51#include "vtkFiltersImagingModule.h"
75 vtkSetVector2Macro(NumberOfBins,
int);
76 vtkGetVector2Macro(NumberOfBins,
int);
84 vtkSetVector2Macro(ComponentsToProcess,
int);
85 vtkGetVector2Macro(ComponentsToProcess,
int);
93 vtkSetVector4Macro(CustomHistogramExtents,
double);
94 vtkGetVector4Macro(CustomHistogramExtents,
double);
113 vtkSetMacro(ScalarType,
int);
120 vtkGetMacro(ScalarType,
int);
128 vtkGetMacro(MaximumBinCount,
double);
184 double HistogramExtents[4];
185 double CustomHistogramExtents[4];
187 int ComponentsToProcess[2];
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