Go to the documentation of this file.
18 #ifndef viskores_cont_arg_TransportTagArrayOut_h
19 #define viskores_cont_arg_TransportTagArrayOut_h
44 template <
typename ContObjectType,
typename Device>
60 using ExecObjectType = decltype(std::declval<ContObjectType>().PrepareForOutput(
63 std::declval<viskores::cont::Token&>()));
65 template <
typename InputDomainType>
72 return object.PrepareForOutput(outputRange, Device(), token);
83 #endif //viskores_cont_arg_TransportTagArrayOut_h
ExecObjectType operator()(ContObjectType &object, const InputDomainType &, viskores::Id, viskores::Id outputRange, viskores::cont::Token &token) const
Definition: TransportTagArrayOut.h:66
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
#define viskoresNotUsed(parameter_name)
Simple macro to identify a parameter as unused.
Definition: ExportMacros.h:136
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
Transport tag for output arrays.
Definition: TransportTagArrayOut.h:40
#define VISKORES_DEPRECATED_SUPPRESS_END
Definition: Deprecated.h:132
decltype(std::declval< ContObjectType >().PrepareForOutput(viskores::Id{}, Device{}, std::declval< viskores::cont::Token & >())) ExecObjectType
Definition: TransportTagArrayOut.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