VTK
9.3.1
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
Statistics
vtkExtractFunctionalBagPlot.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3
// SPDX-License-Identifier: BSD-3-Clause
22
#ifndef vtkExtractFunctionalBagPlot_h
23
#define vtkExtractFunctionalBagPlot_h
24
25
#include "vtkFiltersStatisticsModule.h"
// For export macro
26
#include "
vtkTableAlgorithm.h
"
27
28
VTK_ABI_NAMESPACE_BEGIN
29
class
VTKFILTERSSTATISTICS_EXPORT
vtkExtractFunctionalBagPlot
:
public
vtkTableAlgorithm
30
{
31
public
:
32
static
vtkExtractFunctionalBagPlot
*
New
();
33
vtkTypeMacro(
vtkExtractFunctionalBagPlot
,
vtkTableAlgorithm
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
35
36
// Density value for the median quartile.
37
vtkSetMacro(DensityForP50,
double
);
38
40
43
vtkSetMacro(DensityForPUser,
double
);
44
vtkSetMacro(PUser,
int
);
46
47
protected
:
48
vtkExtractFunctionalBagPlot
();
49
~vtkExtractFunctionalBagPlot
()
override
;
50
51
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
52
53
char
*
P50String
;
54
char
*
PUserString
;
55
double
DensityForP50
;
56
double
DensityForPUser
;
57
int
PUser
;
58
59
private
:
60
vtkExtractFunctionalBagPlot
(
const
vtkExtractFunctionalBagPlot
&) =
delete
;
61
void
operator=(
const
vtkExtractFunctionalBagPlot
&) =
delete
;
62
};
63
64
VTK_ABI_NAMESPACE_END
65
#endif
// vtkExtractFunctionalBagPlot_h
vtkExtractFunctionalBagPlot
From an input table containing series on port 0 and another table describing densities on port 1 (for...
Definition
vtkExtractFunctionalBagPlot.h:30
vtkExtractFunctionalBagPlot::~vtkExtractFunctionalBagPlot
~vtkExtractFunctionalBagPlot() override
vtkExtractFunctionalBagPlot::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractFunctionalBagPlot::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractFunctionalBagPlot::DensityForP50
double DensityForP50
Definition
vtkExtractFunctionalBagPlot.h:55
vtkExtractFunctionalBagPlot::P50String
char * P50String
Definition
vtkExtractFunctionalBagPlot.h:53
vtkExtractFunctionalBagPlot::PUserString
char * PUserString
Definition
vtkExtractFunctionalBagPlot.h:54
vtkExtractFunctionalBagPlot::DensityForPUser
double DensityForPUser
Definition
vtkExtractFunctionalBagPlot.h:56
vtkExtractFunctionalBagPlot::vtkExtractFunctionalBagPlot
vtkExtractFunctionalBagPlot()
vtkExtractFunctionalBagPlot::PUser
int PUser
Definition
vtkExtractFunctionalBagPlot.h:57
vtkExtractFunctionalBagPlot::New
static vtkExtractFunctionalBagPlot * New()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:31
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:63
vtkTableAlgorithm
Superclass for algorithms that produce only vtkTables as output.
Definition
vtkTableAlgorithm.h:37
vtkTableAlgorithm.h
Generated on Fri Oct 25 2024 00:00:00 for VTK by
1.12.0