VTK
vtkExtractFunctionalBagPlot.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractFunctionalBagPlot.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
32 #ifndef vtkExtractFunctionalBagPlot_h
33 #define vtkExtractFunctionalBagPlot_h
34 
35 #include "vtkFiltersStatisticsModule.h" // For export macro
36 #include "vtkTableAlgorithm.h"
37 
38 
40 {
41 public:
44  virtual void PrintSelf(ostream& os, vtkIndent indent);
45 
46 protected:
48  virtual ~vtkExtractFunctionalBagPlot();
49 
53 
54 private:
55  vtkExtractFunctionalBagPlot( const vtkExtractFunctionalBagPlot& ); // Not implemented.
56  void operator = ( const vtkExtractFunctionalBagPlot& ); // Not implemented.
57 };
58 
59 #endif // vtkExtractFunctionalBagPlot_h
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
Store zero or more vtkInformation instances.
#define VTKFILTERSSTATISTICS_EXPORT