VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
ParallelStatistics
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
38
#include "
vtkCorrelativeStatistics.h
"
39
40
class
vtkMultiBlockDataSet
;
41
class
vtkMultiProcessController
;
42
43
class
VTKFILTERSPARALLELSTATISTICS_EXPORT
vtkPCorrelativeStatistics
:
public
vtkCorrelativeStatistics
44
{
45
public
:
46
static
vtkPCorrelativeStatistics
*
New
();
47
vtkTypeMacro(
vtkPCorrelativeStatistics
,
vtkCorrelativeStatistics
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent);
49
51
53
virtual
void
SetController(
vtkMultiProcessController
*);
54
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
56
58
59
virtual
void
Learn
(
vtkTable
* inData,
60
vtkTable
* inParameters,
61
vtkMultiBlockDataSet
* outMeta );
63
65
67
virtual
void
Test
(
vtkTable
*,
68
vtkMultiBlockDataSet
*,
69
vtkTable
* );
71
72
protected
:
73
vtkPCorrelativeStatistics
();
74
~
vtkPCorrelativeStatistics
();
75
76
vtkMultiProcessController
*
Controller
;
77
private
:
78
vtkPCorrelativeStatistics
(
const
vtkPCorrelativeStatistics
&);
// Not implemented.
79
void
operator=(
const
vtkPCorrelativeStatistics
&);
// Not implemented.
80
};
81
82
#endif
83
Generated on Thu May 24 2012 22:22:22 for VTK by
1.8.1