VTK  9.3.1
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 
46  virtual void SetController(vtkMultiProcessController*);
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPairwiseExtractHistogram2D * New()
a simple class to control print indentation
Definition: vtkIndent.h:28
compute a 2D histogram between two columns of an input vtkTable.
virtual vtkExtractHistogram2D * NewHistogramFilter()
Generate a new histogram filter.
compute a 2D histogram between all adjacent columns of an input vtkTable.
compute a 2D histogram between all adjacent columns of an input vtkTable in parallel.
Multiprocessing communication superclass.