VTK-m
2.0
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
g
v
Variables
Typedefs
Macros
b
c
d
e
i
k
m
n
p
q
r
s
t
u
v
x
z
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:124
ArrayHandleBasic.h
vtkm::cont::StorageTagCartesianProduct
Definition:
ArrayHandleCartesianProduct.h:159
ArrayHandleUniformPointCoordinates.h
ArrayHandleSOA.h
vtkm::cont::StorageTagUniformPoints
Definition:
ArrayHandleUniformPointCoordinates.h:22
ArrayHandleCartesianProduct.h
vtkm::List
Definition:
List.h:34
vtkm::cont::StorageTagBasic
A tag for the basic implementation of a Storage object.
Definition:
ArrayHandle.h:45
List.h
Generated by
1.8.17