29 #ifndef vtkPairwiseExtractHistogram2D_h
30 #define vtkPairwiseExtractHistogram2D_h
32 #include "vtkFiltersImagingModule.h"
35 VTK_ABI_NAMESPACE_BEGIN
53 vtkSetVector2Macro(NumberOfBins,
int);
54 vtkGetVector2Macro(NumberOfBins,
int);
63 vtkSetMacro(CustomColumnRangeIndex,
int);
64 void SetCustomColumnRangeByIndex(
double,
double);
73 void SetCustomColumnRange(
int col,
double range[2]);
74 void SetCustomColumnRange(
int col,
double rmin,
double rmax);
81 vtkSetMacro(ScalarType,
int);
86 vtkGetMacro(ScalarType,
int);
92 double GetMaximumBinCount(
int idx);
97 double GetMaximumBinCount();
115 void GetBinWidth(
int idx,
double bw[2]);
121 double* GetHistogramExtents(
int idx);
199 VTK_ABI_NAMESPACE_END
A base class for a functor that assesses data.
static vtkTableAlgorithm * New()
#define VTK_UNSIGNED_SHORT
maintain an unordered list of data objects
record modification and/or execution time
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
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)=0
Execute the calculations required by the Learn option, given some input Data.
A table, which contains similar-typed columns of data.
#define VTK_UNSIGNED_CHAR
create and manipulate ordered lists of objects
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.