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 
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
vtkPBivariateLinearTableThreshold::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkPBivariateLinearTableThreshold
performs line-based thresholding for vtkTable data in parallel.
Definition: vtkPBivariateLinearTableThreshold.h:40
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:83
vtkPBivariateLinearTableThreshold::New
static vtkPBivariateLinearTableThreshold * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkBivariateLinearTableThreshold
performs line-based thresholding for vtkTable data.
Definition: vtkBivariateLinearTableThreshold.h:53
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkPBivariateLinearTableThreshold::vtkPBivariateLinearTableThreshold
vtkPBivariateLinearTableThreshold()
vtkPBivariateLinearTableThreshold::~vtkPBivariateLinearTableThreshold
virtual ~vtkPBivariateLinearTableThreshold()
vtkPBivariateLinearTableThreshold::Controller
vtkMultiProcessController * Controller
Definition: vtkPBivariateLinearTableThreshold.h:64
vtkPBivariateLinearTableThreshold::SetController
virtual void SetController(vtkMultiProcessController *)
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
vtkIdTypeArray
dynamic, self-adjusting array of vtkIdType
Definition: vtkIdTypeArray.h:42
vtkBivariateLinearTableThreshold.h
vtkPBivariateLinearTableThreshold::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.