VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkPExtractHistogram2D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPExtractHistogram2D.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 2009 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
-------------------------------------------------------------------------*/
38
#ifndef __vtkPExtractHistogram2D_h
39
#define __vtkPExtractHistogram2D_h
40
41
#include "
vtkExtractHistogram2D.h
"
42
43
class
vtkMultiBlockDataSet
;
44
class
vtkMultiProcessController
;
45
46
class
VTK_INFOVIS_EXPORT
vtkPExtractHistogram2D
:
public
vtkExtractHistogram2D
47
{
48
public
:
49
static
vtkPExtractHistogram2D
*
New
();
50
vtkTypeMacro(
vtkPExtractHistogram2D
,
vtkExtractHistogram2D
);
51
void
PrintSelf
(ostream& os,
vtkIndent
indent);
52
53
virtual
void
SetController(
vtkMultiProcessController
*);
54
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
55
56
protected
:
57
vtkPExtractHistogram2D
();
58
~
vtkPExtractHistogram2D
();
59
60
vtkMultiProcessController
*
Controller
;
61
62
virtual
int
ComputeBinExtents
(
vtkDataArray
* col1,
vtkDataArray
* col2);
63
64
// Execute the calculations required by the Learn option.
65
virtual
void
Learn
(
vtkTable
* inData,
66
vtkTable
* inParameters,
67
vtkMultiBlockDataSet
* outMeta );
68
69
private
:
70
vtkPExtractHistogram2D
(
const
vtkPExtractHistogram2D
&);
// Not implemented
71
void
operator=(
const
vtkPExtractHistogram2D
&);
// Not implemented
72
};
73
74
#endif
Generated on Sun Sep 9 2012 13:03:41 for VTK by
1.8.1.2