Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_FetchTagCellSetIn_h
11 #define vtk_m_exec_arg_FetchTagCellSetIn_h
33 template <
typename ExecObjectType>
37 template <
typename ThreadIndicesType>
38 VTKM_EXEC auto Load(
const ThreadIndicesType& indices,
const ExecObjectType&)
const
39 -> decltype(indices.GetCellShape())
41 return indices.GetCellShape();
44 template <
typename ThreadIndicesType,
typename ValueType>
54 #endif //vtk_m_exec_arg_FetchTagCellSetIn_h
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagCellSetIn.h:45
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
Fetch tag for getting topology information.
Definition: FetchTagCellSetIn.h:29
typename ExecObjectType::ValueType ValueType
The type of value to load and store.
Definition: Fetch.h:58
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
auto Load(const ThreadIndicesType &indices, const ExecObjectType &) const -> decltype(indices.GetCellShape())
Definition: FetchTagCellSetIn.h:38
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:22
#define VTKM_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:53