Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_FetchTagWholeCellSetIn_h
11 #define vtk_m_exec_arg_FetchTagWholeCellSetIn_h
16 #include <type_traits>
32 template <
typename ExecObjectType>
40 template <
typename ThreadIndicesType>
42 const ExecObjectType& execObject)
const
47 template <
typename ThreadIndicesType>
57 #endif //vtk_m_exec_arg_FetchTagWholeCellSetIn_h
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagWholeCellSetIn.h:48
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
Fetch tag for whole cell sets.
Definition: FetchTagWholeCellSetIn.h:28
ExecObjectType ValueType
Definition: FetchTagWholeCellSetIn.h:37
#define vtkmNotUsed(parameter_name)
Simple macro to identify a parameter as unused.
Definition: ExportMacros.h:128
ValueType Load(const ThreadIndicesType &, const ExecObjectType &execObject) const
Definition: FetchTagWholeCellSetIn.h:41
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:22
#define VTKM_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:53