VTK  9.2.6
vtkComputeQuartiles.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkComputeQuartiles.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
59 #ifndef vtkComputeQuartiles_h
60 #define vtkComputeQuartiles_h
61 
62 #include "vtkComputeQuantiles.h"
63 #include "vtkFiltersStatisticsModule.h" // For export macro
64 
65 class VTKFILTERSSTATISTICS_EXPORT vtkComputeQuartiles : public vtkComputeQuantiles
66 {
67 public:
70  void PrintSelf(ostream& os, vtkIndent indent) override;
71 
72 protected:
74  ~vtkComputeQuartiles() override = default;
75 
76 private:
77  void operator=(const vtkComputeQuartiles&) = delete;
79 };
80 
81 #endif
Extract Ntiles and extremum values of all columns of a table or all fields of a dataset.
Extract quartiles and extremum values of all columns of a table or all fields of a dataset.
~vtkComputeQuartiles() override=default
static vtkComputeQuartiles * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:119