VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkPPairwiseExtractHistogram2D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPPairwiseExtractHistogram2D.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
-------------------------------------------------------------------------*/
43
#ifndef __vtkPPairwiseExtractHistogram2D_h
44
#define __vtkPPairwiseExtractHistogram2D_h
45
46
#include "
vtkPairwiseExtractHistogram2D.h
"
47
48
class
vtkExtractHistogram2D
;
49
class
vtkMultiProcessController
;
50
51
class
VTK_INFOVIS_EXPORT
vtkPPairwiseExtractHistogram2D
:
public
vtkPairwiseExtractHistogram2D
52
{
53
public
:
54
static
vtkPPairwiseExtractHistogram2D
*
New
();
55
vtkTypeMacro(
vtkPPairwiseExtractHistogram2D
,
vtkPairwiseExtractHistogram2D
);
56
void
PrintSelf
(ostream& os,
vtkIndent
indent);
57
58
virtual
void
SetController(
vtkMultiProcessController
*);
59
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
60
61
protected
:
62
vtkPPairwiseExtractHistogram2D
();
63
~
vtkPPairwiseExtractHistogram2D
();
64
65
vtkMultiProcessController
*
Controller
;
66
69
virtual
vtkExtractHistogram2D
*
NewHistogramFilter
();
70
71
private
:
72
vtkPPairwiseExtractHistogram2D
(
const
vtkPPairwiseExtractHistogram2D
&);
// Not implemented
73
void
operator=(
const
vtkPPairwiseExtractHistogram2D
&);
// Not implemented
74
};
75
76
#endif
Generated on Fri Aug 2 2013 12:19:59 for VTK by
1.8.4