45 #ifndef vtkPairwiseExtractHistogram2D_h 46 #define vtkPairwiseExtractHistogram2D_h 48 #include "vtkFiltersImagingModule.h" 68 vtkSetVector2Macro(NumberOfBins,
int);
69 vtkGetVector2Macro(NumberOfBins,
int);
78 vtkSetMacro(CustomColumnRangeIndex,
int);
79 void SetCustomColumnRangeByIndex(
double,
double);
88 void SetCustomColumnRange(
int col,
double range[2]);
89 void SetCustomColumnRange(
int col,
double rmin,
double rmax);
96 vtkSetMacro(ScalarType,
int);
105 vtkGetMacro(ScalarType,
int);
111 double GetMaximumBinCount(
int idx);
116 double GetMaximumBinCount();
128 int GetBinRange(
int idx,
vtkIdType bin,
double range[4]);
134 void GetBinWidth(
int idx,
double bw[2]);
140 double* GetHistogramExtents(
int idx);
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.