VTK
9.2.6
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
33
#ifndef vtkExtractFunctionalBagPlot_h
34
#define vtkExtractFunctionalBagPlot_h
35
36
#include "vtkFiltersStatisticsModule.h"
// For export macro
37
#include "
vtkTableAlgorithm.h
"
38
39
class
VTKFILTERSSTATISTICS_EXPORT
vtkExtractFunctionalBagPlot
:
public
vtkTableAlgorithm
40
{
41
public
:
42
static
vtkExtractFunctionalBagPlot
*
New
();
43
vtkTypeMacro(
vtkExtractFunctionalBagPlot
,
vtkTableAlgorithm
);
44
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
45
46
// Density value for the median quartile.
47
vtkSetMacro(
DensityForP50
,
double
);
48
50
53
vtkSetMacro(
DensityForPUser
,
double
);
54
vtkSetMacro(
PUser
,
int
);
56
57
protected
:
58
vtkExtractFunctionalBagPlot
();
59
~vtkExtractFunctionalBagPlot
()
override
;
60
61
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
62
63
char
*
P50String
;
64
char
*
PUserString
;
65
double
DensityForP50
;
66
double
DensityForPUser
;
67
int
PUser
;
68
69
private
:
70
vtkExtractFunctionalBagPlot
(
const
vtkExtractFunctionalBagPlot
&) =
delete
;
71
void
operator=(
const
vtkExtractFunctionalBagPlot
&) =
delete
;
72
};
73
74
#endif
// vtkExtractFunctionalBagPlot_h
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:65
vtkExtractFunctionalBagPlot::P50String
char * P50String
Definition
vtkExtractFunctionalBagPlot.h:63
vtkExtractFunctionalBagPlot::PUserString
char * PUserString
Definition
vtkExtractFunctionalBagPlot.h:64
vtkExtractFunctionalBagPlot::DensityForPUser
double DensityForPUser
Definition
vtkExtractFunctionalBagPlot.h:66
vtkExtractFunctionalBagPlot::vtkExtractFunctionalBagPlot
vtkExtractFunctionalBagPlot()
vtkExtractFunctionalBagPlot::PUser
int PUser
Definition
vtkExtractFunctionalBagPlot.h:67
vtkExtractFunctionalBagPlot::New
static vtkExtractFunctionalBagPlot * New()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkTableAlgorithm::vtkTableAlgorithm
vtkTableAlgorithm()
vtkTableAlgorithm.h
Generated on Thu Feb 13 2025 00:00:00 for VTK by
1.13.2