VTK  9.3.20240418
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
47 #ifndef vtkComputeQuartiles_h
48 #define vtkComputeQuartiles_h
49 
50 #include "vtkComputeQuantiles.h"
51 #include "vtkFiltersStatisticsModule.h" // For export macro
52 
53 VTK_ABI_NAMESPACE_BEGIN
54 class VTKFILTERSSTATISTICS_EXPORT vtkComputeQuartiles : public vtkComputeQuantiles
55 {
56 public:
59  void PrintSelf(ostream& os, vtkIndent indent) override;
60 
61 protected:
63  ~vtkComputeQuartiles() override = default;
64 
65 private:
66  void operator=(const vtkComputeQuartiles&) = delete;
68 };
69 
70 VTK_ABI_NAMESPACE_END
71 #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:108