VTK  9.5.20251213
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
27
28#ifndef vtkPPairwiseExtractHistogram2D_h
29#define vtkPPairwiseExtractHistogram2D_h
30
31#include "vtkFiltersParallelImagingModule.h" // For export macro
33
34VTK_ABI_NAMESPACE_BEGIN
37
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.
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()