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);
102 vtkGetMacro(UseCustomHistogramExtents,
int);
125 vtkGetMacro(ScalarType,
int);
133 vtkGetMacro(MaximumBinCount,
double);
167 vtkGetMacro(SwapColumns,
int);
189 double HistogramExtents[4];
190 double CustomHistogramExtents[4];
192 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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
#define VTK_UNSIGNED_LONG