VTK-m
2.2
Main Page
Related Pages
Modules
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
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
c
d
e
f
h
i
k
m
o
p
q
r
s
t
u
v
w
x
y
Variables
Typedefs
Macros
e
k
m
q
s
t
u
v
vtkm
exec
arg
IncidentElementIndices.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_exec_arg_IncidentElementIndices_h
11
#define vtk_m_exec_arg_IncidentElementIndices_h
12
13
#include <
vtkm/exec/arg/ExecutionSignatureTagBase.h
>
14
#include <
vtkm/exec/arg/Fetch.h
>
15
#include <
vtkm/exec/arg/FetchExtrude.h
>
16
17
namespace
vtkm
18
{
19
namespace
exec
20
{
21
namespace
arg
22
{
23
33
struct
IncidentElementIndices
:
vtkm::exec::arg::ExecutionSignatureTagBase
34
{
35
static
constexpr
vtkm::IdComponent
INDEX
= 1;
36
using
AspectTag
=
vtkm::exec::arg::AspectTagIncidentElementIndices
;
37
};
38
}
39
}
40
}
// namespace vtkm::exec::arg
41
42
#endif //vtk_m_exec_arg_IncidentElementIndices_h
FetchExtrude.h
vtkm::exec::arg::AspectTagIncidentElementIndices
Aspect tag to use for getting the visited indices.
Definition:
FetchExtrude.h:34
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
vtkm::exec::arg::ExecutionSignatureTagBase
The base class for all tags used in an ExecutionSignature.
Definition:
ExecutionSignatureTagBase.h:37
vtkm::IdComponent
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition:
Types.h:194
ExecutionSignatureTagBase.h
Fetch.h
vtkm::exec::arg::IncidentElementIndices
The ExecutionSignature tag to get the indices of visited elements.
Definition:
IncidentElementIndices.h:33
vtkm::exec::arg::IncidentElementIndices::INDEX
static constexpr vtkm::IdComponent INDEX
Definition:
IncidentElementIndices.h:35
Generated by
1.8.17