VTK  9.2.6
vtkPComputeQuantiles.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkPComputeQuantiles.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 -------------------------------------------------------------------------*/
29
30#ifndef vtkPComputeQuantiles_h
31#define vtkPComputeQuantiles_h
32
33#include "vtkComputeQuantiles.h"
34#include "vtkFiltersParallelStatisticsModule.h" // For export macro
35
38
39class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPComputeQuantiles : public vtkComputeQuantiles
40{
41public:
44
46
53
54protected:
57
59
61
62private:
64 void operator=(const vtkPComputeQuantiles&) = delete;
65};
66
67#endif
Multiprocessing communication superclass.
A class for univariate order statistics.
vtkOrderStatistics * CreateOrderStatisticsFilter() override
vtkMultiProcessController * Controller
static vtkPComputeQuantiles * New()
~vtkPComputeQuantiles() override
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.