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

dox/Infovis/vtkBivariateStatisticsAlgorithm.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003 Program:   Visualization Toolkit
00004 Module:    $RCSfile: vtkBivariateStatisticsAlgorithm.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   -------------------------------------------------------------------------*/
00043 #ifndef __vtkBivariateStatisticsAlgorithm_h
00044 #define __vtkBivariateStatisticsAlgorithm_h
00045 
00046 #include "vtkStatisticsAlgorithm.h"
00047 
00048 class vtkBivariateStatisticsAlgorithmPrivate;
00049 class vtkTable;
00050 
00051 class VTK_INFOVIS_EXPORT vtkBivariateStatisticsAlgorithm : public vtkStatisticsAlgorithm
00052 {
00053 public:
00054   vtkTypeRevisionMacro(vtkBivariateStatisticsAlgorithm, vtkStatisticsAlgorithm);
00055   void PrintSelf(ostream& os, vtkIndent indent);
00056 
00058   void ResetColumnPairs();
00059 
00063   void AddColumnPair( const char* namColX, const char* namColY );
00064 
00066  void RemoveColumnPair( const char* namColX, const char* namColY );
00067 
00069   void SetColumnStatus( const char* namCol, int status );
00070 
00072 
00073   virtual void ExecuteAssess( vtkTable* inData,
00074                               vtkDataObject* inMeta,
00075                               vtkTable* outData,
00076                               vtkDataObject* outMeta ); 
00078 
00079 protected:
00080   vtkBivariateStatisticsAlgorithm();
00081   ~vtkBivariateStatisticsAlgorithm();
00082 
00083   vtkBivariateStatisticsAlgorithmPrivate* Internals;
00084 
00085 private:
00086   vtkBivariateStatisticsAlgorithm(const vtkBivariateStatisticsAlgorithm&); // Not implemented
00087   void operator=(const vtkBivariateStatisticsAlgorithm&);   // Not implemented
00088 };
00089 
00090 #endif
00091 

Generated by  doxygen 1.7.1