VTK
9.2.6
Filters
Statistics
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
=========================================================================*/
36
37
#ifndef vtkComputeQuartiles_h
38
#define vtkComputeQuartiles_h
39
40
#include "
vtkComputeQuantiles.h
"
41
#include "vtkFiltersStatisticsModule.h"
// For export macro
42
43
class
VTKFILTERSSTATISTICS_EXPORT
vtkComputeQuartiles
:
public
vtkComputeQuantiles
44
{
45
public
:
46
static
vtkComputeQuartiles
*
New
();
47
vtkTypeMacro(
vtkComputeQuartiles
,
vtkComputeQuantiles
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
49
50
protected
:
51
vtkComputeQuartiles
();
52
~vtkComputeQuartiles
()
override
=
default
;
53
54
private
:
55
void
operator=(
const
vtkComputeQuartiles
&) =
delete
;
56
vtkComputeQuartiles
(
const
vtkComputeQuartiles
&) =
delete
;
57
};
58
59
#endif
vtkComputeQuantiles::vtkComputeQuantiles
vtkComputeQuantiles()
vtkComputeQuartiles::~vtkComputeQuartiles
~vtkComputeQuartiles() override=default
vtkComputeQuartiles::New
static vtkComputeQuartiles * New()
vtkComputeQuartiles::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkComputeQuartiles::vtkComputeQuartiles
vtkComputeQuartiles()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:34
vtkComputeQuantiles.h
Generated on Sun Mar 2 2025 00:00:00 for VTK by
1.13.2