VTK  9.3.1
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 
44  virtual void SetController(vtkMultiProcessController*);
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
Store vtkAlgorithm input/output information.
extract outlier rows from a vtkTable based on input 2D histograms, in parallel.
a simple class to control print indentation
Definition: vtkIndent.h:28
static vtkComputeHistogram2DOutliers * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.
compute the outliers in a set of 2D histograms and extract the corresponding row data.