Go to the documentation of this file.
18 #ifndef viskores_exec_arg_CellShape_h
19 #define viskores_exec_arg_CellShape_h
48 template <
typename FetchTag,
typename ExecObjectType>
52 template <
typename ThreadIndicesType>
54 -> decltype(indices.GetCellShape())
56 return indices.GetCellShape();
59 template <
typename ThreadIndicesType,
typename ValueType>
69 #endif //viskores_exec_arg_CellShape_h
auto Load(const ThreadIndicesType &indices, const ExecObjectType &) const -> decltype(indices.GetCellShape())
Definition: exec/arg/CellShape.h:53
#define VISKORES_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:61
The ExecutionSignature tag to use to get the cell shape.
Definition: exec/arg/CellShape.h:42
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
static constexpr viskores::IdComponent INDEX
Definition: exec/arg/CellShape.h:44
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
Aspect tag to use for getting the cell shape.
Definition: exec/arg/CellShape.h:36
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: exec/arg/CellShape.h:60
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45
#define VISKORES_EXEC
Definition: ExportMacros.h:59