VTK  9.4.20250104
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
34VTK_ABI_NAMESPACE_BEGIN
37
38class VTKFILTERSPARALLELIMAGING_EXPORT vtkPPairwiseExtractHistogram2D
40{
41public:
44 void PrintSelf(ostream& os, vtkIndent indent) override;
45
47 vtkGetObjectMacro(Controller, vtkMultiProcessController);
48
49protected:
52
54
59
60private:
62 void operator=(const vtkPPairwiseExtractHistogram2D&) = delete;
63};
64
65VTK_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:108
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 *)
~vtkPPairwiseExtractHistogram2D() override
vtkExtractHistogram2D * NewHistogramFilter() override
Generate a new histogram filter, but actually generate a parallel one this time.
static vtkPPairwiseExtractHistogram2D * New()
compute a 2D histogram between all adjacent columns of an input vtkTable.