VTK
dox
Filters
ParallelStatistics
vtkPDescriptiveStatistics.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPDescriptiveStatistics.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm 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
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2011 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
32
#ifndef vtkPDescriptiveStatistics_h
33
#define vtkPDescriptiveStatistics_h
34
35
#include "vtkFiltersParallelStatisticsModule.h"
// For export macro
36
#include "
vtkDescriptiveStatistics.h
"
37
38
class
vtkMultiBlockDataSet
;
39
class
vtkMultiProcessController
;
40
41
class
VTKFILTERSPARALLELSTATISTICS_EXPORT
vtkPDescriptiveStatistics
:
public
vtkDescriptiveStatistics
42
{
43
public
:
44
static
vtkPDescriptiveStatistics
*
New
();
45
vtkTypeMacro(
vtkPDescriptiveStatistics
,
vtkDescriptiveStatistics
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
47
49
53
virtual
void
SetController(
vtkMultiProcessController
*);
54
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
56
60
void
Learn
(
vtkTable
* inData,
61
vtkTable
* inParameters,
62
vtkMultiBlockDataSet
* outMeta )
override
;
63
64
protected
:
65
vtkPDescriptiveStatistics
();
66
~
vtkPDescriptiveStatistics
()
override
;
67
68
vtkMultiProcessController
*
Controller
;
69
private
:
70
vtkPDescriptiveStatistics
(
const
vtkPDescriptiveStatistics
&) =
delete
;
71
void
operator=(
const
vtkPDescriptiveStatistics
&) =
delete
;
72
};
73
74
#endif
vtkTable
A table, which contains similar-typed columns of data.
Definition:
vtkTable.h:62
vtkPDescriptiveStatistics
A class for parallel univariate descriptive statistics.
Definition:
vtkPDescriptiveStatistics.h:41
vtkDescriptiveStatistics
A class for univariate descriptive statistics.
Definition:
vtkDescriptiveStatistics.h:61
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition:
vtkMultiBlockDataSet.h:45
vtkDescriptiveStatistics::New
static vtkDescriptiveStatistics * New()
vtkDescriptiveStatistics::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPDescriptiveStatistics::Controller
vtkMultiProcessController * Controller
Definition:
vtkPDescriptiveStatistics.h:68
vtkMultiProcessController
Multiprocessing communication superclass.
Definition:
vtkMultiProcessController.h:76
vtkDescriptiveStatistics::Learn
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option, given some input Data NB: input parameters are...
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkDescriptiveStatistics.h
Generated by
1.8.16