VTK
vtkPAutoCorrelativeStatistics.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPAutoCorrelativeStatistics.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
30 #ifndef vtkPAutoCorrelativeStatistics_h
31 #define vtkPAutoCorrelativeStatistics_h
32 
33 #include "vtkFiltersParallelStatisticsModule.h" // For export macro
35 
38 
39 class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPAutoCorrelativeStatistics : public vtkAutoCorrelativeStatistics
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
47 
52  vtkGetObjectMacro(Controller, vtkMultiProcessController);
54 
58  virtual void Learn( vtkTable* inData,
59  vtkTable* inParameters,
60  vtkMultiBlockDataSet* outMeta );
61 
66  virtual void Test( vtkTable*,
68  vtkTable* );
69 
70 protected:
73 
75 private:
77  void operator=(const vtkPAutoCorrelativeStatistics&) VTK_DELETE_FUNCTION;
78 };
79 
80 #endif
vtkPAutoCorrelativeStatistics::vtkPAutoCorrelativeStatistics
vtkPAutoCorrelativeStatistics()
vtkAutoCorrelativeStatistics.h
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:69
vtkPAutoCorrelativeStatistics::SetController
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:52
vtkPAutoCorrelativeStatistics::New
static vtkPAutoCorrelativeStatistics * New()
vtkPAutoCorrelativeStatistics::Test
virtual void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *)
Execute the calculations required by the Test option.
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:83
vtkPAutoCorrelativeStatistics::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPAutoCorrelativeStatistics::~vtkPAutoCorrelativeStatistics
~vtkPAutoCorrelativeStatistics()
vtkPAutoCorrelativeStatistics
A class for parallel auto-correlative statistics.
Definition: vtkPAutoCorrelativeStatistics.h:40
vtkAutoCorrelativeStatistics
A class for univariate auto-correlative statistics.
Definition: vtkAutoCorrelativeStatistics.h:56
vtkPAutoCorrelativeStatistics::Controller
vtkMultiProcessController * Controller
Definition: vtkPAutoCorrelativeStatistics.h:74
vtkPAutoCorrelativeStatistics::Learn
virtual void Learn(vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta)
Execute the parallel calculations required by the Learn option.