VTK-m  2.0
vtkm::exec::TaskBase Class Reference

Base class for all classes that are used to marshal data from the invocation parameters to the user worklets when invoked in the execution environment. More...

#include <TaskBase.h>

Inherited by vtkm::exec::cuda::internal::TaskStrided, vtkm::exec::internal::TaskSingular< WorkletType, InvocationType >, vtkm::exec::kokkos::internal::TaskBasic1D< WType, IType >, vtkm::exec::kokkos::internal::TaskBasic1D< WType, vtkm::internal::NullType >, vtkm::exec::kokkos::internal::TaskBasic3D< WType, IType >, vtkm::exec::kokkos::internal::TaskBasic3D< WType, vtkm::internal::NullType >, vtkm::exec::serial::internal::TaskTiling1D, and vtkm::exec::serial::internal::TaskTiling3D.

Detailed Description

Base class for all classes that are used to marshal data from the invocation parameters to the user worklets when invoked in the execution environment.


The documentation for this class was generated from the following file: