Go to the documentation of this file.
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];
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
#define VTK_UNSIGNED_SHORT
A base class for a functor that assesses data.
abstract superclass for arrays of numeric data
Composite dataset that organizes datasets into blocks.
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_LONG
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
dynamic, self-adjusting array of vtkIdType
a vtkAbstractArray subclass for strings
Base class for statistics algorithms.
general representation of visualization data