Go to the documentation of this file.
   10 #ifndef vtk_m_exec_arg_ThreadIndices_h 
   11 #define vtk_m_exec_arg_ThreadIndices_h 
   52 template <
typename FetchTag, 
typename ExecObjectType>
 
   56   template <
typename ThreadIndicesType>
 
   57   VTKM_EXEC const ThreadIndicesType& 
Load(
const ThreadIndicesType& indices,
 
   58                                           const ExecObjectType&)
 const 
   63   template <
typename ThreadIndicesType>
 
   65                        const ExecObjectType&,
 
   66                        const ThreadIndicesType&)
 const 
   75 #endif //vtk_m_exec_arg_ThreadIndices_h 
  
static constexpr vtkm::IdComponent INDEX
Definition: ThreadIndices.h:48
 
Aspect tag to use for getting the thread indices.
Definition: ThreadIndices.h:29
 
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:37
 
const VTKM_EXEC ThreadIndicesType & Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: ThreadIndices.h:57
 
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
 
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
 
The ExecutionSignature tag to use to get the thread indices.
Definition: ThreadIndices.h:41
 
VTKM_EXEC void Store(const ThreadIndicesType &, const ExecObjectType &, const ThreadIndicesType &) const
Definition: ThreadIndices.h:64