Go to the documentation of this file.
10 #ifndef vtk_m_cont_arg_TransportTagWholeArrayIn_h
11 #define vtk_m_cont_arg_TransportTagWholeArrayIn_h
39 template <
typename ContObjectType,
typename Device>
55 using ValueType =
typename ContObjectType::ValueType;
60 template <
typename InputDomainType>
62 const InputDomainType&,
71 return array.PrepareForInput(Device{}, token);
82 #endif //vtk_m_cont_arg_TransportTagWholeArrayIn_h
VTKM_CONT ExecObjectType operator()(ContObjectType &array, const InputDomainType &, vtkm::Id, vtkm::Id, vtkm::cont::Token &token) const
Definition: TransportTagWholeArrayIn.h:61
Groups connected points that have the same field value.
Definition: Atomic.h:19
typename ContObjectType::ReadPortalType ExecObjectType
Definition: TransportTagWholeArrayIn.h:58
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
#define VTKM_DEPRECATED_SUPPRESS_END
Definition: Deprecated.h:123
Transport tag for in-place arrays with random access.
Definition: TransportTagWholeArrayIn.h:35
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
typename ContObjectType::ValueType ValueType
Definition: TransportTagWholeArrayIn.h:55
#define VTKM_IS_ARRAY_HANDLE(T)
Definition: ArrayHandle.h:132
#define VTKM_CONT
Definition: ExportMacros.h:57
#define VTKM_DEPRECATED_SUPPRESS_BEGIN
Definition: Deprecated.h:122
typename ContObjectType::StorageTag StorageTag
Definition: TransportTagWholeArrayIn.h:56
Class for transporting from the control to the execution environment.
Definition: Transport.h:38