32 #ifndef vtkExtractHistogram2D_h
33 #define vtkExtractHistogram2D_h
35 #include "vtkFiltersImagingModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
60 vtkSetVector2Macro(NumberOfBins,
int);
61 vtkGetVector2Macro(NumberOfBins,
int);
69 vtkSetVector2Macro(ComponentsToProcess,
int);
70 vtkGetVector2Macro(ComponentsToProcess,
int);
78 vtkSetVector4Macro(CustomHistogramExtents,
double);
79 vtkGetVector4Macro(CustomHistogramExtents,
double);
87 vtkSetMacro(UseCustomHistogramExtents,
vtkTypeBool);
88 vtkGetMacro(UseCustomHistogramExtents,
vtkTypeBool);
89 vtkBooleanMacro(UseCustomHistogramExtents,
vtkTypeBool);
98 vtkSetMacro(ScalarType,
int);
105 vtkGetMacro(ScalarType,
int);
113 vtkGetMacro(MaximumBinCount,
double);
132 void GetBinWidth(
double bw[2]);
144 double* GetHistogramExtents();
169 double HistogramExtents[4];
170 double CustomHistogramExtents[4];
172 int ComponentsToProcess[2];
226 VTK_ABI_NAMESPACE_END
A base class for a functor that assesses data.
static vtkTableAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTK_UNSIGNED_SHORT
maintain an unordered list of data objects
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of vtkIdType
Base class for statistics algorithms.
a simple class to control print indentation
topologically and geometrically regular array of data
abstract superclass for arrays of numeric data
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)=0
Execute the calculations required by the Learn option, given some input Data.
represent and manipulate attribute data in a dataset
A table, which contains similar-typed columns of data.
#define VTK_UNSIGNED_CHAR
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Composite dataset that organizes datasets into blocks.
#define VTK_UNSIGNED_LONG
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.