VTK  9.1.0
vtkPBivariateLinearTableThreshold.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkPBivariateLinearTableThreshold.h
5
6Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7All rights reserved.
8See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10This software is distributed WITHOUT ANY WARRANTY; without even
11the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12PURPOSE. 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
34#include "vtkFiltersParallelStatisticsModule.h" // For export macro
35
36class vtkIdTypeArray;
38
39class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPBivariateLinearTableThreshold
41{
42public:
45 void PrintSelf(ostream& os, vtkIndent indent) override;
46
48
53 vtkGetObjectMacro(Controller, vtkMultiProcessController);
55
56protected:
59
61
63
64private:
66 void operator=(const vtkPBivariateLinearTableThreshold&) = delete;
67};
68
69#endif
performs line-based thresholding for vtkTable data.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
performs line-based thresholding for vtkTable data in parallel.
static vtkPBivariateLinearTableThreshold * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetController(vtkMultiProcessController *)
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.