VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
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
32
#include "
vtkCorrelativeStatistics.h
"
33
34
class
vtkMultiBlockDataSet
;
35
class
vtkMultiProcessController
;
36
37
class
VTK_INFOVIS_EXPORT
vtkPCorrelativeStatistics
:
public
vtkCorrelativeStatistics
38
{
39
public
:
40
static
vtkPCorrelativeStatistics
*
New
();
41
vtkTypeMacro(
vtkPCorrelativeStatistics
,
vtkCorrelativeStatistics
);
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
:
59
vtkPCorrelativeStatistics
();
60
~
vtkPCorrelativeStatistics
();
61
62
vtkMultiProcessController
*
Controller
;
63
private
:
64
vtkPCorrelativeStatistics
(
const
vtkPCorrelativeStatistics
&);
// Not implemented.
65
void
operator=(
const
vtkPCorrelativeStatistics
&);
// Not implemented.
66
};
67
68
#endif
69
Generated on Sun Sep 9 2012 13:03:41 for VTK by
1.8.1.2