VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkPMultiCorrelativeStatistics.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPMultiCorrelativeStatistics.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 =========================================================================*/
15 /*-------------------------------------------------------------------------
16  Copyright 2011 Sandia Corporation.
17  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18  the U.S. Government retains certain rights in this software.
19  -------------------------------------------------------------------------*/
34 #ifndef __vtkPMultiCorrelativeStatistics_h
35 #define __vtkPMultiCorrelativeStatistics_h
36 
37 #include "vtkFiltersParallelStatisticsModule.h" // For export macro
39 
41 
43 {
44 public:
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
50 
52  virtual void SetController(vtkMultiProcessController*);
55 
57 
58  static void GatherStatistics( vtkMultiProcessController *curController,
59  vtkTable *sparseCov );
61 
62 protected:
65 
67 
68  // Execute the parallel calculations required by the Learn option.
69  virtual void Learn( vtkTable* inData,
70  vtkTable* inParameters,
71  vtkMultiBlockDataSet* outMeta );
72 
73 
74 private:
76  void operator=(const vtkPMultiCorrelativeStatistics&); // Not implemented.
77 };
78 
79 #endif
#define VTKFILTERSPARALLELSTATISTICS_EXPORT
A class for parallel bivariate correlative statistics.
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
A class for multivariate linear correlation.
a simple class to control print indentation
Definition: vtkIndent.h:38
static vtkMultiCorrelativeStatistics * New()
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:222
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:67
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.