48 #ifndef vtkExtractHistogram2D_h
49 #define vtkExtractHistogram2D_h
51 #include "vtkFiltersImagingModule.h"
74 vtkSetVector2Macro(NumberOfBins,
int);
75 vtkGetVector2Macro(NumberOfBins,
int);
83 vtkSetVector2Macro(ComponentsToProcess,
int);
84 vtkGetVector2Macro(ComponentsToProcess,
int);
92 vtkSetVector4Macro(CustomHistogramExtents,
double);
93 vtkGetVector4Macro(CustomHistogramExtents,
double);
102 vtkGetMacro(UseCustomHistogramExtents,
int);
125 vtkGetMacro(ScalarType,
int);
133 vtkGetMacro(MaximumBinCount,
double);
152 void GetBinWidth(
double bw[2]);
164 double* GetHistogramExtents();
167 vtkGetMacro(SwapColumns,
int);
189 double HistogramExtents[4];
190 double CustomHistogramExtents[4];
192 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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.