VTK
vtkDescriptiveStatisticsGnuR.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkDescriptiveStatisticsGnuR.h
5
6Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7All rights reserved.
8See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10This software is distributed WITHOUT ANY WARRANTY; without even
11the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12PURPOSE. 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
48
49class vtkDoubleArray;
50
51class VTKFILTERSSTATISTICSGNUR_EXPORT vtkDescriptiveStatisticsGnuR : public vtkDescriptiveStatistics
52{
53public:
55 void PrintSelf(ostream& os, vtkIndent indent);
57
58protected:
61
63
64private:
66 void operator=(const vtkDescriptiveStatisticsGnuR&) VTK_DELETE_FUNCTION;
67};
68
69#endif
static vtkDescriptiveStatisticsGnuR * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.
A class for univariate descriptive statistics.
dynamic, self-adjusting array of double
a simple class to control print indentation
Definition: vtkIndent.h:40