VTK-m
2.2
vtkm
cont
StorageList.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_StorageList_h
11
#define vtk_m_cont_StorageList_h
12
13
#include <
vtkm/List.h
>
14
15
#include <
vtkm/cont/ArrayHandleBasic.h
>
16
#include <
vtkm/cont/ArrayHandleCartesianProduct.h
>
17
#include <
vtkm/cont/ArrayHandleSOA.h
>
18
#include <
vtkm/cont/ArrayHandleUniformPointCoordinates.h
>
19
20
namespace
vtkm
21
{
22
namespace
cont
23
{
24
25
using
StorageListBasic
=
vtkm::List<vtkm::cont::StorageTagBasic>
;
26
27
using
StorageListCommon
=
28
vtkm::List
<
vtkm::cont::StorageTagBasic
,
29
vtkm::cont::StorageTagSOA
,
30
vtkm::cont::StorageTagUniformPoints
,
31
vtkm::cont::StorageTagCartesianProduct
<
vtkm::cont::StorageTagBasic
,
32
vtkm::cont::StorageTagBasic
,
33
vtkm::cont::StorageTagBasic
>>;
34
35
}
36
}
// namespace vtkm::cont
37
38
#endif //vtk_m_cont_StorageList_h
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
vtkm::cont::StorageTagSOA
Definition:
ArrayHandleSOA.h:123
ArrayHandleBasic.h
vtkm::cont::StorageTagCartesianProduct
Definition:
ArrayHandleCartesianProduct.h:161
ArrayHandleUniformPointCoordinates.h
ArrayHandleSOA.h
vtkm::cont::StorageTagUniformPoints
Definition:
ArrayHandleUniformPointCoordinates.h:22
ArrayHandleCartesianProduct.h
vtkm::List
A template used to hold a list of types.
Definition:
List.h:39
vtkm::cont::StorageTagBasic
A tag for the basic implementation of a Storage object.
Definition:
ArrayHandle.h:45
List.h
Generated by
1.8.17