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 =========================================================================*/
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 vtkPCorrelativeStatistics_h
35 #define vtkPCorrelativeStatistics_h
36 
37 #include "vtkFiltersParallelStatisticsModule.h" // For export macro
39 
42 
44 {
45 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
51 
56 
58 
59  virtual void Learn( vtkTable* inData,
60  vtkTable* inParameters,
61  vtkMultiBlockDataSet* outMeta );
63 
65 
67  virtual void Test( vtkTable*,
69  vtkTable* );
71 
72 protected:
75 
77 private:
78  vtkPCorrelativeStatistics(const vtkPCorrelativeStatistics&); // Not implemented.
79  void operator=(const vtkPCorrelativeStatistics&); // Not implemented.
80 };
81 
82 #endif
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkPCorrelativeStatistics::~vtkPCorrelativeStatistics
~vtkPCorrelativeStatistics()
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:68
vtkPCorrelativeStatistics
A class for parallel bivariate correlative statistics.
Definition: vtkPCorrelativeStatistics.h:44
vtkPCorrelativeStatistics::Controller
vtkMultiProcessController * Controller
Definition: vtkPCorrelativeStatistics.h:76
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFiltersParallelStatisticsModule.h
vtkPCorrelativeStatistics::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:51
vtkCorrelativeStatistics.h
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPCorrelativeStatistics::Test
virtual void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *)
vtkPCorrelativeStatistics::SetController
virtual void SetController(vtkMultiProcessController *)
VTKFILTERSPARALLELSTATISTICS_EXPORT
#define VTKFILTERSPARALLELSTATISTICS_EXPORT
Definition: vtkFiltersParallelStatisticsModule.h:15
vtkPCorrelativeStatistics::New
static vtkPCorrelativeStatistics * New()
vtkPCorrelativeStatistics::Learn
virtual void Learn(vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta)
vtkPCorrelativeStatistics::vtkPCorrelativeStatistics
vtkPCorrelativeStatistics()
vtkCorrelativeStatistics
A class for bivariate linear correlation.
Definition: vtkCorrelativeStatistics.h:62