VTK  9.3.1
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 
37  virtual void SetController(vtkMultiProcessController*);
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
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:28
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.