VTK-m  2.0
Static Public Member Functions | List of all members
vtkm::cont::DeviceTaskTypes< vtkm::cont::DeviceAdapterTagSerial > Class Reference

#include <DeviceAdapterAlgorithmSerial.h>

Static Public Member Functions

template<typename WorkletType , typename InvocationType >
static vtkm::exec::serial::internal::TaskTiling1D MakeTask (WorkletType &worklet, InvocationType &invocation, vtkm::Id)
 
template<typename WorkletType , typename InvocationType >
static vtkm::exec::serial::internal::TaskTiling3D MakeTask (WorkletType &worklet, InvocationType &invocation, vtkm::Id3)
 

Member Function Documentation

◆ MakeTask() [1/2]

template<typename WorkletType , typename InvocationType >
static vtkm::exec::serial::internal::TaskTiling1D vtkm::cont::DeviceTaskTypes< vtkm::cont::DeviceAdapterTagSerial >::MakeTask ( WorkletType &  worklet,
InvocationType &  invocation,
vtkm::Id   
)
inlinestatic

◆ MakeTask() [2/2]

template<typename WorkletType , typename InvocationType >
static vtkm::exec::serial::internal::TaskTiling3D vtkm::cont::DeviceTaskTypes< vtkm::cont::DeviceAdapterTagSerial >::MakeTask ( WorkletType &  worklet,
InvocationType &  invocation,
vtkm::Id3   
)
inlinestatic

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