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);
101 vtkSetMacro(UseCustomHistogramExtents,
vtkTypeBool);
102 vtkGetMacro(UseCustomHistogramExtents,
vtkTypeBool);
103 vtkBooleanMacro(UseCustomHistogramExtents,
vtkTypeBool);
112 vtkSetMacro(ScalarType,
int);
125 vtkGetMacro(ScalarType,
int);
133 vtkGetMacro(MaximumBinCount,
double);
146 int GetBinRange(
vtkIdType bin,
double range[4]);
152 void GetBinWidth(
double bw[2]);
164 double* GetHistogramExtents();
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.
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.