VTK
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 -------------------------------------------------------------------------*/
43 #ifndef vtkPPairwiseExtractHistogram2D_h
44 #define vtkPPairwiseExtractHistogram2D_h
45 
46 #include "vtkFiltersParallelImagingModule.h" // For export macro
48 
51 
53 {
54 public:
57  void PrintSelf(ostream& os, vtkIndent indent);
58 
61 
62 protected:
65 
67 
71 
72 private:
74  void operator=(const vtkPPairwiseExtractHistogram2D&); // Not implemented
75 };
76 
77 #endif
vtkPPairwiseExtractHistogram2D::NewHistogramFilter
virtual vtkExtractHistogram2D * NewHistogramFilter()
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkPPairwiseExtractHistogram2D
compute a 2D histogram between all adjacent columns of an input vtkTable in parallel.
Definition: vtkPPairwiseExtractHistogram2D.h:53
VTKFILTERSPARALLELIMAGING_EXPORT
#define VTKFILTERSPARALLELIMAGING_EXPORT
Definition: vtkFiltersParallelImagingModule.h:15
vtkPPairwiseExtractHistogram2D::~vtkPPairwiseExtractHistogram2D
~vtkPPairwiseExtractHistogram2D()
vtkPairwiseExtractHistogram2D
compute a 2D histogram between all adjacent columns of an input vtkTable.
Definition: vtkPairwiseExtractHistogram2D.h:57
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPPairwiseExtractHistogram2D::SetController
virtual void SetController(vtkMultiProcessController *)
vtkPPairwiseExtractHistogram2D::Controller
vtkMultiProcessController * Controller
Definition: vtkPPairwiseExtractHistogram2D.h:66
vtkExtractHistogram2D
compute a 2D histogram between two columns of an input vtkTable.
Definition: vtkExtractHistogram2D.h:58
vtkPPairwiseExtractHistogram2D::vtkPPairwiseExtractHistogram2D
vtkPPairwiseExtractHistogram2D()
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPPairwiseExtractHistogram2D::New
static vtkPPairwiseExtractHistogram2D * New()
vtkPPairwiseExtractHistogram2D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPairwiseExtractHistogram2D.h
vtkFiltersParallelImagingModule.h