VTK
vtkPCorrelativeStatistics.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPCorrelativeStatistics.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 =========================================================================*/
29 #ifndef __vtkPCorrelativeStatistics_h
30 #define __vtkPCorrelativeStatistics_h
31 
33 
36 
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
47  virtual void SetController(vtkMultiProcessController*);
48  vtkGetObjectMacro(Controller, vtkMultiProcessController);
50 
52 
53  virtual void Learn( vtkTable* inData,
54  vtkTable* inParameters,
55  vtkMultiBlockDataSet* outMeta );
57 
58 protected:
61 
63 private:
64  vtkPCorrelativeStatistics(const vtkPCorrelativeStatistics&); // Not implemented.
65  void operator=(const vtkPCorrelativeStatistics&); // Not implemented.
66 };
67 
68 #endif
69