VTK
|
Extract quartiles and extremum values of all columns of a table or all fields of a dataset. More...
#include <vtkComputeQuartiles.h>
Extract quartiles and extremum values of all columns of a table or all fields of a dataset.
vtkComputeQuartiles accepts any vtkDataObject as input and produces a vtkTable data as output. This filter can be used to generate a table to create box plots using a vtkPlotBox instance. The filter internally uses vtkOrderStatistics to compute quartiles.
Definition at line 25 of file vtkComputeQuartiles.h.