VTK
dox
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
=========================================================================*/
33
#ifndef vtkExtractFunctionalBagPlot_h
34
#define vtkExtractFunctionalBagPlot_h
35
36
#include "vtkFiltersStatisticsModule.h"
// For export macro
37
#include "
vtkTableAlgorithm.h
"
38
39
40
class
VTKFILTERSSTATISTICS_EXPORT
vtkExtractFunctionalBagPlot
:
public
vtkTableAlgorithm
41
{
42
public
:
43
static
vtkExtractFunctionalBagPlot
*
New
();
44
vtkTypeMacro(
vtkExtractFunctionalBagPlot
,
vtkTableAlgorithm
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
46
47
// Density value for the median quartile.
48
vtkSetMacro(DensityForP50,
double
);
49
51
54
vtkSetMacro(DensityForPUser,
double
);
55
vtkSetMacro(PUser,
int
);
57
58
protected
:
59
vtkExtractFunctionalBagPlot
();
60
~vtkExtractFunctionalBagPlot
()
override
;
61
62
int
RequestData
(
vtkInformation
*,
63
vtkInformationVector
**,
64
vtkInformationVector
*)
override
;
65
66
char
*
P50String
;
67
char
*
PUserString
;
68
double
DensityForP50
;
69
double
DensityForPUser
;
70
int
PUser
;
71
72
private
:
73
vtkExtractFunctionalBagPlot
(
const
vtkExtractFunctionalBagPlot
& ) =
delete
;
74
void
operator = (
const
vtkExtractFunctionalBagPlot
& ) =
delete
;
75
};
76
77
#endif // vtkExtractFunctionalBagPlot_h
vtkExtractFunctionalBagPlot::New
static vtkExtractFunctionalBagPlot * New()
vtkExtractFunctionalBagPlot::vtkExtractFunctionalBagPlot
vtkExtractFunctionalBagPlot()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:42
vtkExtractFunctionalBagPlot::DensityForPUser
double DensityForPUser
Definition:
vtkExtractFunctionalBagPlot.h:69
vtkTableAlgorithm
Superclass for algorithms that produce only vtkTables as output.
Definition:
vtkTableAlgorithm.h:49
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkExtractFunctionalBagPlot::P50String
char * P50String
Definition:
vtkExtractFunctionalBagPlot.h:66
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkExtractFunctionalBagPlot
From an input table containing series on port 0 and another table describing densities on port 1 (for...
Definition:
vtkExtractFunctionalBagPlot.h:41
vtkExtractFunctionalBagPlot::PUser
int PUser
Definition:
vtkExtractFunctionalBagPlot.h:70
vtkExtractFunctionalBagPlot::PUserString
char * PUserString
Definition:
vtkExtractFunctionalBagPlot.h:67
vtkExtractFunctionalBagPlot::~vtkExtractFunctionalBagPlot
~vtkExtractFunctionalBagPlot() override
vtkTableAlgorithm.h
vtkExtractFunctionalBagPlot::DensityForP50
double DensityForP50
Definition:
vtkExtractFunctionalBagPlot.h:68
vtkExtractFunctionalBagPlot::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractFunctionalBagPlot::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Generated by
1.8.20