VTK  9.6.2
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
70
71VTK_ABI_NAMESPACE_BEGIN
72class vtkDoubleArray;
75class vtkVariant;
76
77class VTKFILTERSSTATISTICS_EXPORT vtkMultiCorrelativeStatistics : public vtkStatisticsAlgorithm
78{
79public:
81 void PrintSelf(ostream& os, vtkIndent indent) override;
83
88
90