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 -------------------------------------------------------------------------*/
30 #ifndef vtkPBivariateLinearTableThreshold_h
31 #define vtkPBivariateLinearTableThreshold_h
32 
33 #include "vtkFiltersParallelStatisticsModule.h" // For export macro
35 
36 class vtkIdTypeArray;
38 
39 class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPBivariateLinearTableThreshold : public vtkBivariateLinearTableThreshold
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
47 
51  virtual void SetController(vtkMultiProcessController*);
52  vtkGetObjectMacro(Controller,vtkMultiProcessController);
54 
55 protected:
58 
59  virtual int RequestData(
63 
65 private:
67  void operator=(const vtkPBivariateLinearTableThreshold&) VTK_DELETE_FUNCTION;
68 };
69 
70 #endif
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of vtkIdType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:39
performs line-based thresholding for vtkTable data in parallel.
static vtkBivariateLinearTableThreshold * New()
Store zero or more vtkInformation instances.
performs line-based thresholding for vtkTable data.
Multiprocessing communication superclass.