Go to the documentation of this file.
18 #ifndef viskores_exec_arg_IncidentElementCount_h
19 #define viskores_exec_arg_IncidentElementCount_h
54 template <
typename FetchTag,
typename ExecObjectType>
60 template <
typename ThreadIndicesType>
63 return indices.GetIndicesIncident().GetNumberOfComponents();
66 template <
typename ThreadIndicesType>
76 #endif //viskores_exec_arg_IncidentElementCount_h
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: IncidentElementCount.h:67
ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: IncidentElementCount.h:61
#define VISKORES_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:61
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
The ExecutionSignature tag to get the number of incident elements.
Definition: IncidentElementCount.h:48
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
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45
Aspect tag to use for getting the incident element count.
Definition: IncidentElementCount.h:36
viskores::IdComponent ValueType
Definition: IncidentElementCount.h:57
static constexpr viskores::IdComponent INDEX
Definition: IncidentElementCount.h:50
#define VISKORES_EXEC
Definition: ExportMacros.h:59