• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

dox/Infovis/vtkCorrelativeStatistics.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003 Program:   Visualization Toolkit
00004 Module:    $RCSfile: vtkCorrelativeStatistics.h,v $
00005 
00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007 All rights reserved.
00008 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010 This software is distributed WITHOUT ANY WARRANTY; without even
00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012 PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00015 /*-------------------------------------------------------------------------
00016   Copyright 2008 Sandia Corporation.
00017   Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
00018   the U.S. Government retains certain rights in this software.
00019   -------------------------------------------------------------------------*/
00047 #ifndef __vtkCorrelativeStatistics_h
00048 #define __vtkCorrelativeStatistics_h
00049 
00050 #include "vtkBivariateStatisticsAlgorithm.h"
00051 
00052 class vtkStringArray;
00053 class vtkTable;
00054 
00055 class VTK_INFOVIS_EXPORT vtkCorrelativeStatistics : public vtkBivariateStatisticsAlgorithm
00056 {
00057 public:
00058   vtkTypeRevisionMacro(vtkCorrelativeStatistics, vtkBivariateStatisticsAlgorithm);
00059   void PrintSelf(ostream& os, vtkIndent indent);
00060   static vtkCorrelativeStatistics* New();
00061 
00062 protected:
00063   vtkCorrelativeStatistics();
00064   ~vtkCorrelativeStatistics();
00065 
00067 
00068   virtual void ExecuteLearn( vtkTable* inData,
00069                              vtkDataObject* outMeta );
00071 
00073   virtual void ExecuteDerive( vtkDataObject* );
00074 
00075 //BTX  
00077 
00078   virtual void SelectAssessFunctor( vtkTable* outData, 
00079                                     vtkDataObject* inMeta,
00080                                     vtkStringArray* rowNames,
00081                                     AssessFunctor*& dfunc );
00083 //ETX
00084 
00085 private:
00086   vtkCorrelativeStatistics(const vtkCorrelativeStatistics&); // Not implemented
00087   void operator=(const vtkCorrelativeStatistics&);   // Not implemented
00088 };
00089 
00090 #endif
00091 

Generated by  doxygen 1.7.1