VTK
/Users/kitware/Dashboards/MyTests/VTK_BLD_Release_docs/Utilities/Doxygen/dox/Filters/Statistics/vtkExtractFunctionalBagPlot.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkExtractFunctionalBagPlot.h
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
00032 #ifndef vtkExtractFunctionalBagPlot_h
00033 #define vtkExtractFunctionalBagPlot_h
00034 
00035 #include "vtkFiltersStatisticsModule.h" // For export macro
00036 #include "vtkTableAlgorithm.h"
00037 
00038 
00039 class VTKFILTERSSTATISTICS_EXPORT vtkExtractFunctionalBagPlot : public vtkTableAlgorithm
00040 {
00041 public:
00042   static vtkExtractFunctionalBagPlot* New();
00043   vtkTypeMacro(vtkExtractFunctionalBagPlot, vtkTableAlgorithm);
00044   virtual void PrintSelf(ostream& os, vtkIndent indent);
00045 
00046 protected:
00047   vtkExtractFunctionalBagPlot();
00048   virtual ~vtkExtractFunctionalBagPlot();
00049 
00050   int RequestData(vtkInformation*,
00051     vtkInformationVector**,
00052     vtkInformationVector*);
00053 
00054 private:
00055   vtkExtractFunctionalBagPlot( const vtkExtractFunctionalBagPlot& ); // Not implemented.
00056   void operator = ( const vtkExtractFunctionalBagPlot& ); // Not implemented.
00057 };
00058 
00059 #endif // vtkExtractFunctionalBagPlot_h