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 =========================================================================*/
42 #ifndef vtkDescriptiveStatisticsGnuR_h
43 #define vtkDescriptiveStatisticsGnuR_h
44 
45 #include "vtkFiltersStatisticsGnuRModule.h" // For export macro
47 
48 class vtkDoubleArray;
49 
50 class VTKFILTERSSTATISTICSGNUR_EXPORT vtkDescriptiveStatisticsGnuR : public vtkDescriptiveStatistics
51 {
52 public:
54  void PrintSelf(ostream& os, vtkIndent indent);
56 
57 protected:
60 
61 //BTX
63 //ETX
64 
65 private:
67  void operator=(const vtkDescriptiveStatisticsGnuR&); // Not implemented
68 };
69 
70 #endif
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of double
a simple class to control print indentation
Definition: vtkIndent.h:38
A class for univariate descriptive statistics.
static vtkDescriptiveStatistics * New()
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)