VTK
9.2.6
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
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
=========================================================================*/
39
40
#ifndef vtkComputeQuartiles_h
41
#define vtkComputeQuartiles_h
42
43
#include "
vtkComputeQuantiles.h
"
44
#include "vtkFiltersStatisticsModule.h"
// For export macro
45
46
class
VTKFILTERSSTATISTICS_EXPORT
vtkComputeQuartiles
:
public
vtkComputeQuantiles
47
{
48
public
:
49
static
vtkComputeQuartiles
*
New
();
50
vtkTypeMacro(
vtkComputeQuartiles
,
vtkComputeQuantiles
);
51
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
52
53
protected
:
54
vtkComputeQuartiles
();
55
~vtkComputeQuartiles
()
override
=
default
;
56
57
private
:
58
void
operator=(
const
vtkComputeQuartiles
&) =
delete
;
59
vtkComputeQuartiles
(
const
vtkComputeQuartiles
&) =
delete
;
60
};
61
62
#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:40
vtkComputeQuantiles.h
Generated on
for VTK by
1.14.0