VTK  9.3.20240328
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 
20 VTK_ABI_NAMESPACE_BEGIN
21 class vtkIdTypeArray;
23 
24 class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPBivariateLinearTableThreshold
26 {
27 public:
30  void PrintSelf(ostream& os, vtkIndent indent) override;
31 
33 
38  vtkGetObjectMacro(Controller, vtkMultiProcessController);
40 
41 protected:
44 
46 
48 
49 private:
51  void operator=(const vtkPBivariateLinearTableThreshold&) = delete;
52 };
53 
54 VTK_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.
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.
static vtkPBivariateLinearTableThreshold * New()
virtual void SetController(vtkMultiProcessController *)
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.