26#ifndef vtkmHistogram_h
27#define vtkmHistogram_h
29#include "vtkAcceleratorsVTKmFiltersModule.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];
dynamic, self-adjusting array of double
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.
generate a histogram out of a scalar data
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkmHistogram * New()
~vtkmHistogram() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.