Go to the documentation of this file.
34 #ifndef vtkmNDHistogram_h
35 #define vtkmNDHistogram_h
40 #include "vtkAcceleratorsVTKmModule.h"
50 double GetBinDelta(
size_t fieldIndex);
51 std::pair<double, double> GetDataRange(
size_t fieldIndex);
59 int GetFieldIndexFromFieldName(
const std::string& fieldName);
73 std::vector<std::string> FieldNames;
74 std::vector<vtkIdType> NumberOfBins;
75 std::vector<double> BinDeltas;
76 std::vector<std::pair<double, double>> DataRanges;
79 #endif // vtkmNDHistogram_h
generate a n dimensional histogram field from input fields
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.