You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1007 B
C
35 lines
1007 B
C
3 weeks ago
|
// This file is autogenerated by vtkCreateArrayDispatchArrayList.cmake.
|
||
|
// Do not edit this file. Your changes will not be saved.
|
||
|
|
||
|
#ifndef vtkArrayDispatchArrayList_h
|
||
|
#define vtkArrayDispatchArrayList_h
|
||
|
|
||
|
#include "vtkTypeList.h"
|
||
|
#include "vtkAOSDataArrayTemplate.h"
|
||
|
|
||
|
namespace vtkArrayDispatch {
|
||
|
|
||
|
typedef vtkTypeList::Unique<
|
||
|
vtkTypeList::Create<
|
||
|
vtkAOSDataArrayTemplate<char>,
|
||
|
vtkAOSDataArrayTemplate<double>,
|
||
|
vtkAOSDataArrayTemplate<float>,
|
||
|
vtkAOSDataArrayTemplate<int>,
|
||
|
vtkAOSDataArrayTemplate<long>,
|
||
|
vtkAOSDataArrayTemplate<long long>,
|
||
|
vtkAOSDataArrayTemplate<short>,
|
||
|
vtkAOSDataArrayTemplate<signed char>,
|
||
|
vtkAOSDataArrayTemplate<unsigned char>,
|
||
|
vtkAOSDataArrayTemplate<unsigned int>,
|
||
|
vtkAOSDataArrayTemplate<unsigned long>,
|
||
|
vtkAOSDataArrayTemplate<unsigned long long>,
|
||
|
vtkAOSDataArrayTemplate<unsigned short>,
|
||
|
vtkAOSDataArrayTemplate<vtkIdType>
|
||
|
>
|
||
|
>::Result Arrays;
|
||
|
|
||
|
} // end namespace vtkArrayDispatch
|
||
|
|
||
|
#endif // vtkArrayDispatchArrayList_h
|
||
|
|