ParaView
vtkExtractHistogram Class Reference

Extract histogram data (binned values) from any dataset. More...

#include <vtkExtractHistogram.h>

Inheritance diagram for vtkExtractHistogram:
Inheritance graph
[legend]

Detailed Description

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.


The documentation for this class was generated from the following file: