VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkBivariateStatisticsAlgorithm.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkBivariateStatisticsAlgorithm.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
-------------------------------------------------------------------------*/
43
#ifndef __vtkBivariateStatisticsAlgorithm_h
44
#define __vtkBivariateStatisticsAlgorithm_h
45
46
#include "
vtkStatisticsAlgorithm.h
"
47
48
class
vtkMultiBlockDataSet
;
49
class
vtkTable
;
50
51
class
VTK_INFOVIS_EXPORT
vtkBivariateStatisticsAlgorithm
:
public
vtkStatisticsAlgorithm
52
{
53
public
:
54
vtkTypeMacro(
vtkBivariateStatisticsAlgorithm
,
vtkStatisticsAlgorithm
);
55
void
PrintSelf
(ostream& os,
vtkIndent
indent);
56
64
void
AddColumnPair(
const
char
* namColX,
const
char
* namColY );
65
71
virtual
int
RequestSelectedColumns
();
72
73
protected
:
74
vtkBivariateStatisticsAlgorithm
();
75
~
vtkBivariateStatisticsAlgorithm
();
76
78
79
virtual
void
Assess
(
vtkTable
* inData,
80
vtkMultiBlockDataSet
* inMeta,
81
vtkTable
* outData );
83
84
private
:
85
vtkBivariateStatisticsAlgorithm
(
const
vtkBivariateStatisticsAlgorithm
&);
// Not implemented
86
void
operator=(
const
vtkBivariateStatisticsAlgorithm
&);
// Not implemented
87
};
88
89
#endif
90
Generated on Sun Sep 9 2012 13:03:40 for VTK by
1.8.1.2