src
paraview-5.12
VTKExtensions
FiltersStatistics
vtkSciVizStatisticsPrivate.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
10
#ifndef vtkSciVizStatisticsPrivate_h
11
#define vtkSciVizStatisticsPrivate_h
12
13
#include "
vtkStatisticsAlgorithmPrivate.h
"
14
15
class
vtkSciVizStatisticsP
:
public
vtkStatisticsAlgorithmPrivate
16
{
17
public
:
18
bool
Has
(std::string arrName) {
return
this->
Buffer
.find(arrName) != this->
Buffer
.end(); }
19
};
20
21
#endif // vtkSciVizStatisticsPrivate_h
22
23
// VTK-HeaderTest-Exclude: vtkSciVizStatisticsPrivate.h
vtkStatisticsAlgorithmPrivate
vtkStatisticsAlgorithmPrivate.h
vtkSciVizStatisticsP::Has
bool Has(std::string arrName)
Definition:
vtkSciVizStatisticsPrivate.h:18
vtkSciVizStatisticsP
Definition:
vtkSciVizStatisticsPrivate.h:15
vtkStatisticsAlgorithmPrivate::Buffer
std::set< vtkStdString > Buffer
Generated by
1.8.17 on Wed Mar 27 2024