Go to the documentation of this file.
18 #ifndef viskores_exec_arg_FetchTagWholeCellSetIn_h
19 #define viskores_exec_arg_FetchTagWholeCellSetIn_h
24 #include <type_traits>
40 template <
typename ExecObjectType>
48 template <
typename ThreadIndicesType>
50 const ExecObjectType& execObject)
const
55 template <
typename ThreadIndicesType>
65 #endif //viskores_exec_arg_FetchTagWholeCellSetIn_h
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagWholeCellSetIn.h:56
#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
ValueType Load(const ThreadIndicesType &, const ExecObjectType &execObject) const
Definition: FetchTagWholeCellSetIn.h:49
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
ExecObjectType ValueType
Definition: FetchTagWholeCellSetIn.h:45
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:30
Fetch tag for whole cell sets.
Definition: FetchTagWholeCellSetIn.h:36
#define VISKORES_EXEC
Definition: ExportMacros.h:59