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
CellSetList.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_CellSetList_h
11
#define vtk_m_cont_CellSetList_h
12
13
#include <
vtkm/List.h
>
14
15
#include <
vtkm/cont/CellSetExplicit.h
>
16
#include <
vtkm/cont/CellSetExtrude.h
>
17
#include <
vtkm/cont/CellSetSingleType.h
>
18
#include <
vtkm/cont/CellSetStructured.h
>
19
20
namespace
vtkm
21
{
22
namespace
cont
23
{
24
25
using
CellSetListStructured1D
=
vtkm::List<vtkm::cont::CellSetStructured<1>
>;
26
27
using
CellSetListStructured2D
=
vtkm::List<vtkm::cont::CellSetStructured<2>
>;
28
29
using
CellSetListStructured3D
=
vtkm::List<vtkm::cont::CellSetStructured<3>
>;
30
31
32
template
<
typename
ShapesStorageTag =
VTKM_DEFAULT_SHAPES_STORAGE_TAG
,
33
typename
ConnectivityStorageTag =
VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG
,
34
typename
OffsetsStorageTag =
VTKM_DEFAULT_OFFSETS_STORAGE_TAG
>
35
using
CellSetListExplicit
=
vtkm::List
<
36
vtkm::cont::CellSetExplicit<ShapesStorageTag, ConnectivityStorageTag, OffsetsStorageTag>
>;
37
38
using
CellSetListExplicitDefault
=
CellSetListExplicit<>
;
39
40
using
CellSetListCommon
=
vtkm::List<vtkm::cont::CellSetStructured<2>
,
41
vtkm::cont::CellSetStructured<3>
,
42
vtkm::cont::CellSetExplicit<>
,
43
vtkm::cont::CellSetSingleType<>
>;
44
45
using
CellSetListStructured
=
46
vtkm::List<vtkm::cont::CellSetStructured<2>
,
vtkm::cont::CellSetStructured<3>
>;
47
48
using
CellSetListUnstructured
=
49
vtkm::List<vtkm::cont::CellSetExplicit<>
,
vtkm::cont::CellSetSingleType<>
>;
50
}
51
}
// namespace vtkm::cont
52
53
#endif //vtk_m_cont_CellSetList_h
VTKM_DEFAULT_OFFSETS_STORAGE_TAG
#define VTKM_DEFAULT_OFFSETS_STORAGE_TAG
Definition:
CellSetExplicit.h:66
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
CellSetExplicit.h
CellSetExtrude.h
vtkm::cont::CellSetStructured< 3 >
vtkm::cont::CellSetSingleType
Definition:
CastAndCall.h:34
VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG
#define VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG
Definition:
CellSetExplicit.h:62
vtkm::cont::CellSetExplicit
Definition:
CastAndCall.h:36
VTKM_DEFAULT_SHAPES_STORAGE_TAG
#define VTKM_DEFAULT_SHAPES_STORAGE_TAG
Definition:
CellSetExplicit.h:58
vtkm::List
Definition:
List.h:34
CellSetStructured.h
CellSetSingleType.h
List.h
Generated by
1.8.17