Go to the documentation of this file.
18 #ifndef viskores_exec_arg_FetchTagExecObject_h
19 #define viskores_exec_arg_FetchTagExecObject_h
24 #include <type_traits>
44 template <
typename ExecObjectType>
52 template <
typename ThreadIndicesType>
54 const ExecObjectType& execObject)
const
59 template <
typename ThreadIndicesType>
69 #endif //viskores_exec_arg_FetchTagExecObject_h
#define viskoresNotUsed(parameter_name)
Simple macro to identify a parameter as unused.
Definition: ExportMacros.h:136
#define VISKORES_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:61
Fetch tag for execution objects.
Definition: FetchTagExecObject.h:40
Class for loading and storing values in thread instance.
Definition: Fetch.h:57
Groups connected points that have the same field value.
Definition: Atomic.h:27
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:30
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagExecObject.h:60
ExecObjectType ValueType
Definition: FetchTagExecObject.h:49
#define VISKORES_EXEC
Definition: ExportMacros.h:59
ValueType Load(const ThreadIndicesType &, const ExecObjectType &execObject) const
Definition: FetchTagExecObject.h:53