VTK
dox
opt
build
vtk6-6.3.0+dfsg2
Filters
Statistics
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
39
class
VTKFILTERSSTATISTICS_EXPORT
vtkExtractFunctionalBagPlot
:
public
vtkTableAlgorithm
40
{
41
public
:
42
static
vtkExtractFunctionalBagPlot
*
New
();
43
vtkTypeMacro
(
vtkExtractFunctionalBagPlot
,
vtkTableAlgorithm
);
44
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
45
46
protected
:
47
vtkExtractFunctionalBagPlot
();
48
virtual
~vtkExtractFunctionalBagPlot
();
49
50
int
RequestData
(
vtkInformation
*,
51
vtkInformationVector
**,
52
vtkInformationVector
*);
53
54
private
:
55
vtkExtractFunctionalBagPlot
(
const
vtkExtractFunctionalBagPlot
& );
// Not implemented.
56
void
operator = (
const
vtkExtractFunctionalBagPlot
& );
// Not implemented.
57
};
58
59
#endif // vtkExtractFunctionalBagPlot_h
vtkFiltersStatisticsModule.h
vtkExtractFunctionalBagPlot::New
static vtkExtractFunctionalBagPlot * New()
vtkExtractFunctionalBagPlot::vtkExtractFunctionalBagPlot
vtkExtractFunctionalBagPlot()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkExtractFunctionalBagPlot::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkTableAlgorithm
Superclass for algorithms that produce only vtkTables as output.
Definition:
vtkTableAlgorithm.h:48
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
VTKFILTERSSTATISTICS_EXPORT
#define VTKFILTERSSTATISTICS_EXPORT
Definition:
vtkFiltersStatisticsModule.h:15
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkExtractFunctionalBagPlot
Definition:
vtkExtractFunctionalBagPlot.h:40
vtkExtractFunctionalBagPlot::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkTableAlgorithm.h
vtkExtractFunctionalBagPlot::~vtkExtractFunctionalBagPlot
virtual ~vtkExtractFunctionalBagPlot()
Generated by
1.8.20