VTK-m
2.2
vtkm
cont
serial
DeviceAdapterSerial.h
Go to the documentation of this file.
1
//============================================================================
2
// Copyright (c) Kitware, Inc.
3
// All rights reserved.
4
// See LICENSE.txt for details.
5
//
6
// This software is distributed WITHOUT ANY WARRANTY; without even
7
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
// PURPOSE. See the above copyright notice for more information.
9
//============================================================================
10
#ifndef vtk_m_cont_serial_DeviceAdapterSerial_h
11
#define vtk_m_cont_serial_DeviceAdapterSerial_h
12
13
// Keep headers in this order.
14
// clang-format off
15
#include <
vtkm/cont/serial/internal/DeviceAdapterTagSerial.h
>
16
#include <
vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h
>
17
#include <
vtkm/cont/serial/internal/RuntimeDeviceConfigurationSerial.h
>
18
#include <
vtkm/cont/serial/internal/DeviceAdapterMemoryManagerSerial.h
>
19
#include <
vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.h
>
20
// clang-format on
21
22
#endif //vtk_m_cont_serial_DeviceAdapterSerial_h
DeviceAdapterMemoryManagerSerial.h
DeviceAdapterAlgorithmSerial.h
DeviceAdapterTagSerial.h
DeviceAdapterRuntimeDetectorSerial.h
RuntimeDeviceConfigurationSerial.h
Generated by
1.8.17