VTK
9.6.2
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
Statistics
vtkMultiCorrelativeStatistics.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-FileCopyrightText: Copyright 2010 Sandia Corporation
3
// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
64
65
#ifndef vtkMultiCorrelativeStatistics_h
66
#define vtkMultiCorrelativeStatistics_h
67
68
#include "vtkFiltersStatisticsModule.h"
// For export macro
69
#include "
vtkStatisticsAlgorithm.h
"
70
71
VTK_ABI_NAMESPACE_BEGIN
72
class
vtkDoubleArray
;
73
class
vtkStatisticalModel
;
74
class
vtkOrderStatistics
;
75
class
vtkVariant
;
76
77
class
VTKFILTERSSTATISTICS_EXPORT
vtkMultiCorrelativeStatistics
:
public
vtkStatisticsAlgorithm
78
{
79
public
:
80
vtkTypeMacro(
vtkMultiCorrelativeStatistics
,
vtkStatisticsAlgorithm
);
81
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
82
static
vtkMultiCorrelativeStatistics
*
New
();
83
87
bool
Aggregate
(
vtkDataObjectCollection
*,
vtkStatisticalModel
*)
override
;
88
90