VTK
vtkPCAStatisticsGnuR.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkPCAStatisticsGnuR.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=========================================================================*/
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
54class vtkDoubleArray;
55
56class VTKFILTERSSTATISTICSGNUR_EXPORT vtkPCAStatisticsGnuR : public vtkPCAStatistics
57{
58public:
60 virtual void PrintSelf( ostream& os, vtkIndent indent );
62
63protected:
66
68
69private:
70 vtkPCAStatisticsGnuR(const vtkPCAStatisticsGnuR&) VTK_DELETE_FUNCTION;
71 void operator=(const vtkPCAStatisticsGnuR&) VTK_DELETE_FUNCTION;
72};
73
74#endif // vtkPCAStatisticsGnuR_h
75
dynamic, self-adjusting array of double
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition: vtkIndent.h:40
A class for multivariate principal component analysis using R to calculate p-values.
virtual vtkDoubleArray * CalculatePValues(vtkIdTypeArray *, vtkDoubleArray *)
Calculate p-value.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkPCAStatisticsGnuR * New()
A class for multivariate principal component analysis.