|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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);
 
  101   vtkGetMacro(ScalarType, 
int);
 
  107   double GetMaximumBinCount(
int idx);
 
  112   double GetMaximumBinCount();
 
  130   void GetBinWidth(
int idx, 
double bw[2]);
 
  136   double* GetHistogramExtents(
int idx);
 
  
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
#define VTK_UNSIGNED_SHORT
record modification and/or execution time
A base class for a functor that assesses data.
Composite dataset that organizes datasets into blocks.
create and manipulate ordered lists of objects
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
topologically and geometrically regular array of data
a simple class to control print indentation
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)=0
Execute the calculations required by the Learn option, given some input Data.
#define VTK_UNSIGNED_CHAR
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_UNSIGNED_LONG
dynamic, self-adjusting array of vtkIdType
a vtkAbstractArray subclass for strings
Base class for statistics algorithms.
general representation of visualization data
static vtkTableAlgorithm * New()