VTK  9.3.20240328
vtkGPUInfoListArray.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkGPUInfoListArray_h
11 #define vtkGPUInfoListArray_h
12 
13 #include "vtkGPUInfo.h"
14 #include <vector> // STL Header
15 
16 VTK_ABI_NAMESPACE_BEGIN
18 {
19 public:
20  std::vector<vtkGPUInfo*> v;
21 };
22 
23 VTK_ABI_NAMESPACE_END
24 #endif
25 // VTK-HeaderTest-Exclude: vtkGPUInfoListArray.h
Internal class vtkGPUInfoList.
std::vector< vtkGPUInfo * > v