VTK
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 
33 
34 class vtkIdTypeArray;
36 
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
47  virtual void SetController(vtkMultiProcessController*);
48  vtkGetObjectMacro(Controller,vtkMultiProcessController);
49 protected:
53 
54  virtual int RequestData(
58 
60 private:
62  void operator=(const vtkPBivariateLinearTableThreshold&); // Not implemented
63 };
64 
65 #endif
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of vtkIdType
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Definition: vtkIndent.h:37
performs line-based thresholding for vtkTable data in parallel.
static vtkBivariateLinearTableThreshold * New()
#define VTK_INFOVIS_EXPORT
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
performs line-based thresholding for vtkTable data.
Multiprocessing communication superclass.