VTK  9.5.20250803
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
53VTK_ABI_NAMESPACE_BEGIN
54class VTKFILTERSSTATISTICS_EXPORT vtkComputeQuartiles : public vtkComputeQuantiles
55{
56public:
59 void PrintSelf(ostream& os, vtkIndent indent) override;
60
61protected:
63 ~vtkComputeQuartiles() override = default;
64
65private:
66 void operator=(const vtkComputeQuartiles&) = delete;
68};
69
70VTK_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