vtkArrayDispatchArrayList.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
3 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
4 // SPDX-License-Identifier: BSD-3-Clause
5 // This file is autogenerated by vtkCreateArrayDispatchImplicitList.cmake.
6 // Do not edit this file. Your changes will not be saved.
7 
8 #ifndef vtkArrayDispatchArrayList_h
9 #define vtkArrayDispatchArrayList_h
10 
11 #include "vtkTypeList.h"
13 #include "vtkStructuredPointArray.h"
14 
15 namespace vtkArrayDispatch {
17 
18 typedef vtkTypeList::Unique<
19  vtkTypeList::Create<
34  >
35 >::Result Arrays;
36 
37 typedef vtkTypeList::Unique<
38  vtkTypeList::Create<
39 
40  vtkStructuredPointArray<double>
41  >
42 >::Result ReadOnlyArrays;
43 
44 typedef vtkTypeList::Unique<
45 vtkTypeList::Append<Arrays,
46 ReadOnlyArrays>::Result
47 >::Result AllArrays;
48 
50 
51 } // end namespace vtkArrayDispatch
52 #endif // vtkArrayDispatchArrayList_h
53 
#define VTK_ABI_NAMESPACE_END
#define VTK_ABI_NAMESPACE_BEGIN