VTK  9.3.0
vtkPComputeHistogram2DOutliers.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 #ifndef vtkPComputeHistogram2DOutliers_h
28 #define vtkPComputeHistogram2DOutliers_h
29 //------------------------------------------------------------------------------
31 #include "vtkFiltersParallelImagingModule.h" // For export macro
32 //------------------------------------------------------------------------------
33 VTK_ABI_NAMESPACE_BEGIN
35 //------------------------------------------------------------------------------
36 class VTKFILTERSPARALLELIMAGING_EXPORT vtkPComputeHistogram2DOutliers
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
45  vtkGetObjectMacro(Controller, vtkMultiProcessController);
46 
47 protected:
50 
52 
54 
55 private:
57  void operator=(const vtkPComputeHistogram2DOutliers&) = delete;
58 };
59 
60 VTK_ABI_NAMESPACE_END
61 #endif
compute the outliers in a set of 2D histograms and extract the corresponding row data.
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
extract outlier rows from a vtkTable based on input 2D histograms, in parallel.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetController(vtkMultiProcessController *)
~vtkPComputeHistogram2DOutliers() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPComputeHistogram2DOutliers * New()