VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkPBivariateLinearTableThreshold.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPBivariateLinearTableThreshold.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
-------------------------------------------------------------------------*/
29
#ifndef __vtkPBivariateLinearTableThreshold__h
30
#define __vtkPBivariateLinearTableThreshold__h
31
32
#include "
vtkBivariateLinearTableThreshold.h
"
33
34
class
vtkIdTypeArray
;
35
class
vtkMultiProcessController
;
36
37
class
VTK_INFOVIS_EXPORT
vtkPBivariateLinearTableThreshold
:
public
vtkBivariateLinearTableThreshold
38
{
39
public
:
40
static
vtkPBivariateLinearTableThreshold
*
New
();
41
vtkTypeMacro(
vtkPBivariateLinearTableThreshold
,
vtkBivariateLinearTableThreshold
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
45
47
virtual
void
SetController(
vtkMultiProcessController
*);
48
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
49
protected
:
50
vtkPBivariateLinearTableThreshold
();
51
virtual
~
vtkPBivariateLinearTableThreshold
();
53
54
virtual
int
RequestData
(
55
vtkInformation
*,
56
vtkInformationVector
**,
57
vtkInformationVector
*);
58
59
vtkMultiProcessController
*
Controller
;
60
private
:
61
vtkPBivariateLinearTableThreshold
(
const
vtkPBivariateLinearTableThreshold
&);
// Not implemented
62
void
operator=(
const
vtkPBivariateLinearTableThreshold
&);
// Not implemented
63
};
64
65
#endif
Generated on Sun Sep 9 2012 13:03:41 for VTK by
1.8.1.2