15#ifndef vtkmHistogram_h
16#define vtkmHistogram_h
18#include "vtkAcceleratorsVTKmFiltersModule.h"
24#define vtkTableAlgorithm vtkmAlgorithm<vtkTableAlgorithm>
27VTK_ABI_NAMESPACE_BEGIN
35#undef vtkTableAlgorithm
53 vtkSetVector2Macro(CustomBinRange,
double);
54 vtkGetVector2Macro(CustomBinRange,
double);
62 vtkSetMacro(UseCustomBinRanges,
bool);
63 vtkGetMacro(UseCustomBinRanges,
bool);
64 vtkBooleanMacro(UseCustomBinRanges,
bool);
73 vtkSetMacro(CenterBinsAroundMinAndMax,
bool);
74 vtkGetMacro(CenterBinsAroundMinAndMax,
bool);
75 vtkBooleanMacro(CenterBinsAroundMinAndMax,
bool);
82 vtkGetVectorMacro(ComputedRange,
double, 2);
89 vtkGetMacro(BinDelta,
double);
107 double CustomBinRange[2];
108 bool UseCustomBinRanges;
109 bool CenterBinsAroundMinAndMax;
110 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.