VTK
dox
Filters
ParallelImaging
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
48
#include "
vtkPairwiseExtractHistogram2D.h
"
49
50
class
vtkExtractHistogram2D
;
51
class
vtkMultiProcessController
;
52
53
class
VTKFILTERSPARALLELIMAGING_EXPORT
vtkPPairwiseExtractHistogram2D
:
public
vtkPairwiseExtractHistogram2D
54
{
55
public
:
56
static
vtkPPairwiseExtractHistogram2D
*
New
();
57
vtkTypeMacro(
vtkPPairwiseExtractHistogram2D
,
vtkPairwiseExtractHistogram2D
);
58
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
59
60
virtual
void
SetController(
vtkMultiProcessController
*);
61
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
62
63
protected
:
64
vtkPPairwiseExtractHistogram2D
();
65
~
vtkPPairwiseExtractHistogram2D
()
override
;
66
67
vtkMultiProcessController
*
Controller
;
68
72
vtkExtractHistogram2D
*
NewHistogramFilter
()
override
;
73
74
private
:
75
vtkPPairwiseExtractHistogram2D
(
const
vtkPPairwiseExtractHistogram2D
&) =
delete
;
76
void
operator=(
const
vtkPPairwiseExtractHistogram2D
&) =
delete
;
77
};
78
79
#endif
vtkPPairwiseExtractHistogram2D
compute a 2D histogram between all adjacent columns of an input vtkTable in parallel.
Definition:
vtkPPairwiseExtractHistogram2D.h:53
vtkPairwiseExtractHistogram2D
compute a 2D histogram between all adjacent columns of an input vtkTable.
Definition:
vtkPairwiseExtractHistogram2D.h:57
vtkPairwiseExtractHistogram2D::New
static vtkPairwiseExtractHistogram2D * New()
vtkPairwiseExtractHistogram2D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPPairwiseExtractHistogram2D::Controller
vtkMultiProcessController * Controller
Definition:
vtkPPairwiseExtractHistogram2D.h:67
vtkExtractHistogram2D
compute a 2D histogram between two columns of an input vtkTable.
Definition:
vtkExtractHistogram2D.h:58
vtkMultiProcessController
Multiprocessing communication superclass.
Definition:
vtkMultiProcessController.h:82
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkPairwiseExtractHistogram2D.h
vtkPairwiseExtractHistogram2D::NewHistogramFilter
virtual vtkExtractHistogram2D * NewHistogramFilter()
Generate a new histogram filter.
Generated by
1.8.16