Go to the documentation of this file.
18 #ifndef viskores_exec_arg_FetchTagArrayNeighborhoodIn_h
19 #define viskores_exec_arg_FetchTagArrayNeighborhoodIn_h
42 template <
typename ExecObjectType>
50 template <
typename ThreadIndicesType>
52 const ExecObjectType& arrayPortal)
const
54 return ValueType(arrayPortal, indices.GetBoundaryState());
57 template <
typename ThreadIndicesType>
67 #endif //viskores_exec_arg_FetchTagArrayNeighborhoodIn_h
#define VISKORES_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:61
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: FetchTagArrayNeighborhoodIn.h:58
typename ExecObjectType::ValueType ValueType
The type of value to load and store.
Definition: Fetch.h:66
Class for loading and storing values in thread instance.
Definition: Fetch.h:57
Groups connected points that have the same field value.
Definition: Atomic.h:27
Retrieves field values from a neighborhood.
Definition: FieldNeighborhood.h:42
ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &arrayPortal) const
Definition: FetchTagArrayNeighborhoodIn.h:51
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:30
Fetch tag for getting values of neighborhood around a point.
Definition: FetchTagArrayNeighborhoodIn.h:38
#define VISKORES_EXEC
Definition: ExportMacros.h:59