VTK
vtkPCAStatisticsGnuR.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3 Program: Visualization Toolkit
4 Module: vtkPCAStatisticsGnuR.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 =========================================================================*/
15 /*-------------------------------------------------------------------------
16  Copyright 2010 Sandia Corporation.
17  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18  the U.S. Government retains certain rights in this software.
19  -------------------------------------------------------------------------*/
48 #ifndef vtkPCAStatisticsGnuR_h
49 #define vtkPCAStatisticsGnuR_h
50 
51 #include "vtkFiltersStatisticsGnuRModule.h" // For export macro
52 #include "vtkPCAStatistics.h"
53 
54 class vtkDoubleArray;
55 
56 class VTKFILTERSSTATISTICSGNUR_EXPORT vtkPCAStatisticsGnuR : public vtkPCAStatistics
57 {
58 public:
60  virtual void PrintSelf( ostream& os, vtkIndent indent );
61  static vtkPCAStatisticsGnuR* New();
62 
63 protected:
66 
68 
69 private:
70  vtkPCAStatisticsGnuR(const vtkPCAStatisticsGnuR&) VTK_DELETE_FUNCTION;
71  void operator=(const vtkPCAStatisticsGnuR&) VTK_DELETE_FUNCTION;
72 };
73 
74 #endif // vtkPCAStatisticsGnuR_h
75 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of vtkIdType
static vtkPCAStatistics * New()
dynamic, self-adjusting array of double
a simple class to control print indentation
Definition: vtkIndent.h:39
virtual vtkDoubleArray * CalculatePValues(vtkIdTypeArray *, vtkDoubleArray *)
Calculate p-value.
A class for multivariate principal component analysis.
A class for multivariate principal component analysis using R to calculate p-values.