VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkMultiCorrelativeStatistics.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkMultiCorrelativeStatistics.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 2010 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
-------------------------------------------------------------------------*/
68
#ifndef __vtkMultiCorrelativeStatistics_h
69
#define __vtkMultiCorrelativeStatistics_h
70
71
#include "
vtkStatisticsAlgorithm.h
"
72
73
class
vtkMultiBlockDataSet
;
74
class
vtkVariant
;
75
76
class
VTK_INFOVIS_EXPORT
vtkMultiCorrelativeStatistics
:
public
vtkStatisticsAlgorithm
77
{
78
public
:
79
vtkTypeMacro(
vtkMultiCorrelativeStatistics
,
vtkStatisticsAlgorithm
);
80
virtual
void
PrintSelf
( ostream& os,
vtkIndent
indent );
81
static
vtkMultiCorrelativeStatistics
*
New
();
82
84
85
virtual
void
Aggregate
(
vtkDataObjectCollection
*,
86
vtkMultiBlockDataSet
* );
88
89
protected
:
90
vtkMultiCorrelativeStatistics
();
91
~
vtkMultiCorrelativeStatistics
();
92
94
95
virtual
void
Learn
(
vtkTable
* inData,
96
vtkTable
* inParameters,
97
vtkMultiBlockDataSet
* outMeta );
99
101
virtual
void
Derive
(
vtkMultiBlockDataSet
* );
102
104
105
virtual
void
Assess
(
vtkTable
*,
106
vtkMultiBlockDataSet
*,
107
vtkTable
* );
109
111
112
virtual
void
Test
(
vtkTable
*,
113
vtkMultiBlockDataSet
*,
114
vtkTable
* ) {
return
; };
116
117
//BTX
119
120
virtual
void
SelectAssessFunctor
(
vtkTable
* inData,
121
vtkDataObject
* inMeta,
122
vtkStringArray
* rowNames,
123
AssessFunctor*& dfunc );
124
//ETX
126
127
private
:
128
vtkMultiCorrelativeStatistics
(
const
vtkMultiCorrelativeStatistics
& );
// Not implemented
129
void
operator = (
const
vtkMultiCorrelativeStatistics
& );
// Not implemented
130
};
131
132
#endif
133
134
Generated on Fri Aug 2 2013 12:19:59 for VTK by
1.8.4