Go to the documentation of this file.
   10 #ifndef vtk_m_exec_arg_FetchTagArrayNeighborhoodIn_h 
   11 #define vtk_m_exec_arg_FetchTagArrayNeighborhoodIn_h 
   34 template <
typename ExecObjectType>
 
   42   template <
typename ThreadIndicesType>
 
   44                            const ExecObjectType& arrayPortal)
 const 
   46     return ValueType(arrayPortal, indices.GetBoundaryState());
 
   49   template <
typename ThreadIndicesType>
 
   59 #endif //vtk_m_exec_arg_FetchTagArrayNeighborhoodIn_h 
  
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
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
 
Fetch tag for getting values of neighborhood around a point.
Definition: FetchTagArrayNeighborhoodIn.h:30
 
ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &arrayPortal) const
Definition: FetchTagArrayNeighborhoodIn.h:43
 
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagArrayNeighborhoodIn.h:50
 
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:22
 
#define VTKM_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:53
 
Retrieves field values from a neighborhood.
Definition: FieldNeighborhood.h:34