53#ifndef vtkComputeQuartiles_h
54#define vtkComputeQuartiles_h
56#include "vtkFiltersStatisticsModule.h"
88 int GetInputFieldAssociation();
Extract quartiles and extremum values of all columns of a table or all fields of a dataset.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void ComputeTable(vtkDataObject *, vtkTable *, vtkIdType)
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkComputeQuartiles() override
static vtkComputeQuartiles * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
represent and manipulate fields of data
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.
A table, which contains similar-typed columns of data.