18#ifndef vtkStreamingStatistics_h 
   19#define vtkStreamingStatistics_h 
   21#include "vtkFiltersStatisticsModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
maintain an unordered list of data objects
 
a simple class to control print indentation
 
Composite dataset that organizes datasets into blocks.
 
Base class for statistics algorithms.
 
A class for using the statistics filters in a streaming mode.
 
InputPorts
enumeration values to specify input port types
 
~vtkStreamingStatistics() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
 
virtual void SetStatisticsAlgorithm(vtkStatisticsAlgorithm *)
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
static vtkStreamingStatistics * New()
 
OutputIndices
enumeration values to specify output port types
 
Superclass for algorithms that produce only vtkTables as output.
 
A table, which contains similar-typed columns of data.