VTK  9.3.0
vtkComputeQuartiles.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
37 #ifndef vtkComputeQuartiles_h
38 #define vtkComputeQuartiles_h
39 
40 #include "vtkComputeQuantiles.h"
41 #include "vtkFiltersStatisticsModule.h" // For export macro
42 
43 VTK_ABI_NAMESPACE_BEGIN
44 class VTKFILTERSSTATISTICS_EXPORT vtkComputeQuartiles : public vtkComputeQuantiles
45 {
46 public:
49  void PrintSelf(ostream& os, vtkIndent indent) override;
50 
51 protected:
53  ~vtkComputeQuartiles() override = default;
54 
55 private:
56  void operator=(const vtkComputeQuartiles&) = delete;
58 };
59 
60 VTK_ABI_NAMESPACE_END
61 #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:38