|
ParaView
|
Extract histogram data (binned values) from any dataset. More...
#include <vtkExtractHistogram.h>

Extract histogram data (binned values) from any dataset.
vtkExtractHistogram accepts any vtkDataSet as input and produces a vtkPolyData containing histogram data as output. The output vtkPolyData will have contain a vtkDoubleArray named "bin_extents" which contains the boundaries between each histogram bin, and a vtkUnsignedLongArray named "bin_values" which will contain the value for each bin.
Definition at line 25 of file vtkExtractHistogram.h.
1.7.5.1