VTK  9.1.0
vtkPPairwiseExtractHistogram2D.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPPairwiseExtractHistogram2D.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
15/*-------------------------------------------------------------------------
16 Copyright 2009 Sandia Corporation.
17 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18 the U.S. Government retains certain rights in this software.
19-------------------------------------------------------------------------*/
44#ifndef vtkPPairwiseExtractHistogram2D_h
45#define vtkPPairwiseExtractHistogram2D_h
46
47#include "vtkFiltersParallelImagingModule.h" // For export macro
49
52
53class VTKFILTERSPARALLELIMAGING_EXPORT vtkPPairwiseExtractHistogram2D
55{
56public:
59 void PrintSelf(ostream& os, vtkIndent indent) override;
60
62 vtkGetObjectMacro(Controller, vtkMultiProcessController);
63
64protected:
67
69
74
75private:
77 void operator=(const vtkPPairwiseExtractHistogram2D&) = delete;
78};
79
80#endif
compute a 2D histogram between two columns of an input vtkTable.
a simple class to control print indentation
Definition: vtkIndent.h:113
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.