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
28#ifndef vtkComputeQuartiles_h
29#define vtkComputeQuartiles_h
30
31#include "vtkComputeQuantiles.h"
32#include "vtkFiltersStatisticsModule.h" // For export macro
33
34VTK_ABI_NAMESPACE_BEGIN
35class VTKFILTERSSTATISTICS_EXPORT vtkComputeQuartiles : public vtkComputeQuantiles
36{
37public:
40 void PrintSelf(ostream& os, vtkIndent indent) override;
41
42protected:
44 ~vtkComputeQuartiles() override = default;
45
46private:
47 void operator=(const vtkComputeQuartiles&) = delete;
49};
50
51VTK_ABI_NAMESPACE_END
52#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:29