VTK  9.3.0
vtkPPairwiseExtractHistogram2D.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
28 #ifndef vtkPPairwiseExtractHistogram2D_h
29 #define vtkPPairwiseExtractHistogram2D_h
30 
31 #include "vtkFiltersParallelImagingModule.h" // For export macro
33 
34 VTK_ABI_NAMESPACE_BEGIN
37 
38 class VTKFILTERSPARALLELIMAGING_EXPORT vtkPPairwiseExtractHistogram2D
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
47  vtkGetObjectMacro(Controller, vtkMultiProcessController);
48 
49 protected:
52 
54 
59 
60 private:
62  void operator=(const vtkPPairwiseExtractHistogram2D&) = delete;
63 };
64 
65 VTK_ABI_NAMESPACE_END
66 #endif
compute a 2D histogram between two columns of an input vtkTable.
a simple class to control print indentation
Definition: vtkIndent.h:38
Multiprocessing communication superclass.
compute a 2D histogram between all adjacent columns of an input vtkTable in parallel.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetController(vtkMultiProcessController *)
vtkExtractHistogram2D * NewHistogramFilter() override
Generate a new histogram filter, but actually generate a parallel one this time.
~vtkPPairwiseExtractHistogram2D() override
static vtkPPairwiseExtractHistogram2D * New()
compute a 2D histogram between all adjacent columns of an input vtkTable.