Go to the documentation of this file.
18 #ifndef viskores_cont_arg_TransportTagWholeArrayIn_h
19 #define viskores_cont_arg_TransportTagWholeArrayIn_h
47 template <
typename ContObjectType,
typename Device>
63 using ValueType =
typename ContObjectType::ValueType;
68 template <
typename InputDomainType>
70 const InputDomainType&,
79 return array.PrepareForInput(Device{}, token);
90 #endif //viskores_cont_arg_TransportTagWholeArrayIn_h
Class for transporting from the control to the execution environment.
Definition: Transport.h:46
#define VISKORES_IS_ARRAY_HANDLE(T)
Checks that the given type is a viskores::cont::ArrayHandle.
Definition: ArrayHandle.h:145
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
#define VISKORES_CONT
Definition: ExportMacros.h:65
typename ContObjectType::StorageTag StorageTag
Definition: TransportTagWholeArrayIn.h:64
Groups connected points that have the same field value.
Definition: Atomic.h:27
ExecObjectType operator()(ContObjectType &array, const InputDomainType &, viskores::Id, viskores::Id, viskores::cont::Token &token) const
Definition: TransportTagWholeArrayIn.h:69
#define VISKORES_DEPRECATED_SUPPRESS_END
Definition: Deprecated.h:132
Transport tag for in-place arrays with random access.
Definition: TransportTagWholeArrayIn.h:43
typename ContObjectType::ReadPortalType ExecObjectType
Definition: TransportTagWholeArrayIn.h:66
typename ContObjectType::ValueType ValueType
Definition: TransportTagWholeArrayIn.h:63
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:43
#define VISKORES_DEPRECATED_SUPPRESS_BEGIN
Definition: Deprecated.h:131