Go to the documentation of this file.
18 #ifndef viskores_exec_arg_FetchTagCellSetIn_h
19 #define viskores_exec_arg_FetchTagCellSetIn_h
41 template <
typename ExecObjectType>
47 template <
typename ThreadIndicesType>
49 -> decltype(indices.GetCellShape())
51 return indices.GetCellShape();
54 template <
typename ThreadIndicesType,
typename ValueType>
64 #endif //viskores_exec_arg_FetchTagCellSetIn_h
#define VISKORES_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:61
Fetch tag for getting topology information.
Definition: FetchTagCellSetIn.h:37
typename ExecObjectType::ValueType ValueType
The type of value to load and store.
Definition: Fetch.h:66
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
auto Load(const ThreadIndicesType &indices, const ExecObjectType &) const -> decltype(indices.GetCellShape())
Definition: FetchTagCellSetIn.h:48
#define VISKORES_EXEC
Definition: ExportMacros.h:59
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagCellSetIn.h:55