VTK  9.4.20241231
vtkPComputeQuartiles.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2011 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
14#ifndef vtkPComputeQuartiles_h
15#define vtkPComputeQuartiles_h
16
17#include "vtkComputeQuartiles.h"
18#include "vtkFiltersParallelStatisticsModule.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
23
24class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPComputeQuartiles : public vtkComputeQuartiles
25{
26public:
29
31
36 vtkGetObjectMacro(Controller, vtkMultiProcessController);
38
39protected:
42
44
46
47private:
49 void operator=(const vtkPComputeQuartiles&) = delete;
50};
51VTK_ABI_NAMESPACE_END
52
53#endif
Extract quartiles and extremum values of all columns of a table or all fields of a dataset.
Multiprocessing communication superclass.
A class for univariate order statistics.
A class for parallel univariate order statistics.
static vtkPComputeQuartiles * New()
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.
vtkMultiProcessController * Controller
~vtkPComputeQuartiles() override
vtkOrderStatistics * CreateOrderStatisticsFilter() override