26 #ifndef vtkmHistogram_h 27 #define vtkmHistogram_h 29 #include "vtkAcceleratorsVTKmModule.h" 45 vtkSetMacro(NumberOfBins,
size_t);
46 vtkGetMacro(NumberOfBins,
size_t);
54 vtkSetVector2Macro(CustomBinRange,
double);
55 vtkGetVector2Macro(CustomBinRange,
double);
63 vtkSetMacro(UseCustomBinRanges,
bool);
64 vtkGetMacro(UseCustomBinRanges,
bool);
65 vtkBooleanMacro(UseCustomBinRanges,
bool);
74 vtkSetMacro(CenterBinsAroundMinAndMax,
bool);
75 vtkGetMacro(CenterBinsAroundMinAndMax,
bool);
76 vtkBooleanMacro(CenterBinsAroundMinAndMax,
bool);
83 vtkGetVectorMacro(ComputedRange,
double, 2);
90 vtkGetMacro(BinDelta,
double);
108 double CustomBinRange[2];
109 bool UseCustomBinRanges;
110 bool CenterBinsAroundMinAndMax;
111 double ComputedRange[2];
114 #endif // vtkmHistogram_h void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
dynamic, self-adjusting array of double
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
generate a histogram out of a scalar data