44 #ifndef vtkPairwiseExtractHistogram2D_h
45 #define vtkPairwiseExtractHistogram2D_h
65 vtkSetVector2Macro(NumberOfBins,
int);
66 vtkGetVector2Macro(NumberOfBins,
int);
73 vtkSetMacro(CustomColumnRangeIndex,
int);
74 void SetCustomColumnRangeByIndex(
double,
double);
81 void SetCustomColumnRange(
int col,
double range[2]);
82 void SetCustomColumnRange(
int col,
double rmin,
double rmax);
87 vtkSetMacro(ScalarType,
int);
96 vtkGetMacro(ScalarType,
int);
100 double GetMaximumBinCount(
int idx);
103 double GetMaximumBinCount();
115 void GetBinWidth(
int idx,
double bw[2]);
119 double* GetHistogramExtents(
int idx);
static vtkTableAlgorithm * New()
#define VTK_UNSIGNED_SHORT
void PrintSelf(ostream &os, vtkIndent indent)
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
#define VTKFILTERSIMAGING_EXPORT
topologically and geometrically regular array of data
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)=0
virtual int FillOutputPortInformation(int port, vtkInformation *info)
A table, which contains similar-typed columns of data.
#define VTK_UNSIGNED_CHAR
create and manipulate unsorted lists of objects
Composite dataset that organizes datasets into blocks.
#define VTK_UNSIGNED_LONG
general representation of visualization data