VTK  9.3.20240424
vtkPBivariateLinearTableThreshold.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2009 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
14#ifndef vtkPBivariateLinearTableThreshold_h
15#define vtkPBivariateLinearTableThreshold_h
16
18#include "vtkFiltersParallelStatisticsModule.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
21class vtkIdTypeArray;
23
24class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPBivariateLinearTableThreshold
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
33
38 vtkGetObjectMacro(Controller, vtkMultiProcessController);
40
41protected:
44
46
48
49private:
51 void operator=(const vtkPBivariateLinearTableThreshold&) = delete;
52};
53
54VTK_ABI_NAMESPACE_END
55#endif
performs line-based thresholding for vtkTable data.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition vtkIndent.h:108
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.