VTK
vtkComputeQuartiles Class Reference

Extract quartiles and extremum values of all columns of a table or all fields of a dataset. More...

#include <vtkComputeQuartiles.h>

Detailed Description

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.

See also
vtkTableAlgorithm vtkOrderStatistics vtkPlotBox vtkChartBox
Thanks:
This class was written by Kitware SAS and supported by EDF - www.edf.fr
Tests:
vtkComputeQuartiles (Tests)

Definition at line 25 of file vtkComputeQuartiles.h.


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