Go to the documentation of this file.
   10 #ifndef vtk_m_exec_arg_FetchTagExecObject_h 
   11 #define vtk_m_exec_arg_FetchTagExecObject_h 
   16 #include <type_traits> 
   36 template <
typename ExecObjectType>
 
   42   template <
typename ThreadIndicesType>
 
   44                            const ExecObjectType& execObject)
 const 
   49   template <
typename ThreadIndicesType>
 
   59 #endif //vtk_m_exec_arg_FetchTagExecObject_h 
  
Fetch tag for execution objects.
Definition: FetchTagExecObject.h:32
 
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
 
VTKM_EXEC void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagExecObject.h:50
 
ExecObjectType ValueType
Definition: FetchTagExecObject.h:39
 
#define vtkmNotUsed(parameter_name)
Simple macro to identify a parameter as unused.
Definition: ExportMacros.h:128
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC ValueType Load(const ThreadIndicesType &vtkmNotUsed(indices), const ExecObjectType &execObject) const
Definition: FetchTagExecObject.h:43
 
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:22
 
#define VTKM_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:53