VTK
dox
Filters
StatisticsGnuR
vtkDescriptiveStatisticsGnuR.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkDescriptiveStatisticsGnuR.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
=========================================================================*/
43
#ifndef vtkDescriptiveStatisticsGnuR_h
44
#define vtkDescriptiveStatisticsGnuR_h
45
46
#include "vtkFiltersStatisticsGnuRModule.h"
// For export macro
47
#include "
vtkDescriptiveStatistics.h
"
48
49
class
vtkDoubleArray
;
50
51
class
VTKFILTERSSTATISTICSGNUR_EXPORT
vtkDescriptiveStatisticsGnuR
:
public
vtkDescriptiveStatistics
52
{
53
public
:
54
vtkTypeMacro(
vtkDescriptiveStatisticsGnuR
,
vtkDescriptiveStatistics
);
55
void
PrintSelf
(ostream& os,
vtkIndent
indent);
56
static
vtkDescriptiveStatisticsGnuR
*
New
();
57
58
protected
:
59
vtkDescriptiveStatisticsGnuR
();
60
~
vtkDescriptiveStatisticsGnuR
();
61
62
virtual
vtkDoubleArray
*
CalculatePValues
(
vtkDoubleArray
*);
63
64
private
:
65
vtkDescriptiveStatisticsGnuR
(
const
vtkDescriptiveStatisticsGnuR
&) VTK_DELETE_FUNCTION;
66
void
operator=(
const
vtkDescriptiveStatisticsGnuR
&) VTK_DELETE_FUNCTION;
67
};
68
69
#endif
vtkDescriptiveStatistics
A class for univariate descriptive statistics.
Definition:
vtkDescriptiveStatistics.h:67
vtkDescriptiveStatistics::New
static vtkDescriptiveStatistics * New()
vtkDescriptiveStatistics::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDescriptiveStatistics::CalculatePValues
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkDescriptiveStatisticsGnuR
Definition:
vtkDescriptiveStatisticsGnuR.h:51
vtkDoubleArray
dynamic, self-adjusting array of double
Definition:
vtkDoubleArray.h:41
vtkDescriptiveStatistics.h
Generated by
1.8.16