48 #ifndef vtkExtractHistogram2D_h
49 #define vtkExtractHistogram2D_h
51 #include "vtkFiltersImagingModule.h"
75 vtkSetVector2Macro(NumberOfBins,
int);
76 vtkGetVector2Macro(NumberOfBins,
int);
84 vtkSetVector2Macro(ComponentsToProcess,
int);
85 vtkGetVector2Macro(ComponentsToProcess,
int);
93 vtkSetVector4Macro(CustomHistogramExtents,
double);
94 vtkGetVector4Macro(CustomHistogramExtents,
double);
102 vtkSetMacro(UseCustomHistogramExtents,
vtkTypeBool);
103 vtkGetMacro(UseCustomHistogramExtents,
vtkTypeBool);
104 vtkBooleanMacro(UseCustomHistogramExtents,
vtkTypeBool);
113 vtkSetMacro(ScalarType,
int);
120 vtkGetMacro(ScalarType,
int);
128 vtkGetMacro(MaximumBinCount,
double);
147 void GetBinWidth(
double bw[2]);
159 double* GetHistogramExtents();
184 double HistogramExtents[4];
185 double CustomHistogramExtents[4];
187 int ComponentsToProcess[2];
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.