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=========================================================================*/
40#ifndef vtkComputeQuartiles_h
41#define vtkComputeQuartiles_h
42
43#include "vtkComputeQuantiles.h"
44#include "vtkFiltersStatisticsModule.h" // For export macro
45
46class VTKFILTERSSTATISTICS_EXPORT vtkComputeQuartiles : public vtkComputeQuantiles
47{
48public:
51 void PrintSelf(ostream& os, vtkIndent indent) override;
52
53protected:
55 ~vtkComputeQuartiles() override = default;
56
57private:
58 void operator=(const vtkComputeQuartiles&) = delete;
60};
61
62#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:40