26#ifndef vtkComputeQuantiles_h 
   27#define vtkComputeQuantiles_h 
   29#include "vtkFiltersStatisticsModule.h"  
   32VTK_ABI_NAMESPACE_BEGIN
 
   51  vtkGetMacro(NumberOfIntervals, 
int);
 
   52  vtkSetMacro(NumberOfIntervals, 
int);
 
   68  int FieldAssociation = -1;
 
   69  int NumberOfIntervals = 4;
 
   75  int GetInputFieldAssociation();
 
Extract Ntiles and extremum values of all columns of a table or all fields of a dataset.
 
static vtkComputeQuantiles * New()
 
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
 
void ComputeTable(vtkDataObject *, vtkTable *, vtkIdType)
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkComputeQuantiles() override=default
 
virtual vtkOrderStatistics * CreateOrderStatisticsFilter()
 
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
 
A class for univariate order statistics.
 
Superclass for algorithms that produce only vtkTables as output.
 
A table, which contains similar-typed columns of data.