VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
Statistics
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
-------------------------------------------------------------------------*/
66
#ifndef __vtkMultiCorrelativeStatistics_h
67
#define __vtkMultiCorrelativeStatistics_h
68
69
#include "vtkFiltersStatisticsModule.h"
// For export macro
70
#include "
vtkStatisticsAlgorithm.h
"
71
72
class
vtkMultiBlockDataSet
;
73
class
vtkVariant
;
74
75
class
VTKFILTERSSTATISTICS_EXPORT
vtkMultiCorrelativeStatistics
:
public
vtkStatisticsAlgorithm
76
{
77
public
:
78
vtkTypeMacro(
vtkMultiCorrelativeStatistics
,
vtkStatisticsAlgorithm
);
79
virtual
void
PrintSelf
( ostream& os,
vtkIndent
indent );
80
static
vtkMultiCorrelativeStatistics
*
New
();
81
83
84
virtual
void
Aggregate
(
vtkDataObjectCollection
*,
85
vtkMultiBlockDataSet
* );
87
88
protected
:
89
vtkMultiCorrelativeStatistics
();
90
~
vtkMultiCorrelativeStatistics
();
91
93
94
virtual
void
Learn
(
vtkTable
*,
95
vtkTable
*,
96
vtkMultiBlockDataSet
* );
98
100
virtual
void
Derive
(
vtkMultiBlockDataSet
* );
101
103
104
virtual
void
Assess
(
vtkTable
*,
105
vtkMultiBlockDataSet
*,
106
vtkTable
* );
108
110
111
virtual
void
Test
(
vtkTable
*,
112
vtkMultiBlockDataSet
*,
113
vtkTable
* ) {
return
; };
115
116
//BTX
118
119
virtual
void
SelectAssessFunctor
(
vtkTable
* inData,
120
vtkDataObject
* inMeta,
121
vtkStringArray
* rowNames,
122
AssessFunctor*& dfunc );
123
//ETX
125
126
private
:
127
vtkMultiCorrelativeStatistics
(
const
vtkMultiCorrelativeStatistics
& );
// Not implemented
128
void
operator = (
const
vtkMultiCorrelativeStatistics
& );
// Not implemented
129
};
130
131
#endif
132
133
Generated on Thu May 24 2012 22:22:23 for VTK by
1.8.1