VTK
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
48 
49 class vtkDoubleArray;
50 
51 class VTKFILTERSSTATISTICSGNUR_EXPORT vtkDescriptiveStatisticsGnuR : public vtkDescriptiveStatistics
52 {
53 public:
55  void PrintSelf(ostream& os, vtkIndent indent);
57 
58 protected:
61 
63 
64 private:
66  void operator=(const vtkDescriptiveStatisticsGnuR&) VTK_DELETE_FUNCTION;
67 };
68 
69 #endif
dynamic, self-adjusting array of double
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:39
A class for univariate descriptive statistics.
static vtkDescriptiveStatistics * New()
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.