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 
14 
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
bool Has(std::string arrName)
std::set< vtkStdString > Buffer