Go to the documentation of this file.
30 #ifndef vtkPAutoCorrelativeStatistics_h
31 #define vtkPAutoCorrelativeStatistics_h
33 #include "vtkFiltersParallelStatisticsModule.h"
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.
a simple class to control print indentation
static vtkAutoCorrelativeStatistics * New()
A class for parallel auto-correlative statistics.
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option, given some input Data NB: input parameters are...
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
A class for univariate auto-correlative statistics.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller