VTK  9.2.5
vtkPComputeQuartiles.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkPComputeQuartiles.h
5
6Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7All rights reserved.
8See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10This software is distributed WITHOUT ANY WARRANTY; without even
11the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
15/*-------------------------------------------------------------------------
16 Copyright 2011 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 -------------------------------------------------------------------------*/
30#ifndef vtkPComputeQuartiles_h
31#define vtkPComputeQuartiles_h
32
33#include "vtkComputeQuartiles.h"
34#include "vtkFiltersParallelStatisticsModule.h" // For export macro
35
38
39class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPComputeQuartiles : public vtkComputeQuartiles
40{
41public:
44
46
51 vtkGetObjectMacro(Controller, vtkMultiProcessController);
53
54protected:
57
59
61
62private:
64 void operator=(const vtkPComputeQuartiles&) = delete;
65};
66
67#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