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
exec
arg
BasicArg.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_BasicArg_h
11
#define vtk_m_exec_arg_BasicArg_h
12
13
#include <
vtkm/Types.h
>
14
15
#include <
vtkm/exec/arg/AspectTagDefault.h
>
16
#include <
vtkm/exec/arg/ExecutionSignatureTagBase.h
>
17
18
namespace
vtkm
19
{
20
namespace
exec
21
{
22
namespace
arg
23
{
24
31
template
<vtkm::IdComponent ControlSignatureIndex>
32
struct
BasicArg
:
vtkm::exec::arg::ExecutionSignatureTagBase
33
{
34
static
constexpr
vtkm::IdComponent
INDEX
= ControlSignatureIndex;
35
using
AspectTag
=
vtkm::exec::arg::AspectTagDefault
;
36
};
37
}
38
}
39
}
// namespace vtkm::exec::arg
40
41
#endif //vtk_m_exec_arg_BasicArg_h
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
Types.h
vtkm::exec::arg::ExecutionSignatureTagBase
The base class for all tags used in an ExecutionSignature.
Definition:
ExecutionSignatureTagBase.h:37
vtkm::IdComponent
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition:
Types.h:168
ExecutionSignatureTagBase.h
vtkm::exec::arg::BasicArg
The underlying tag for basic ExecutionSignature arguments.
Definition:
BasicArg.h:32
AspectTagDefault.h
vtkm::exec::arg::BasicArg::INDEX
static constexpr vtkm::IdComponent INDEX
Definition:
BasicArg.h:34
vtkm::exec::arg::AspectTagDefault
Aspect tag to use for default load/store of data.
Definition:
AspectTagDefault.h:22
Generated by
1.8.17