VTK-m  2.1
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 Hints , typename WorkletType , typename InvocationType >
static vtkm::exec::serial::internal::TaskTiling1D MakeTask (WorkletType &worklet, InvocationType &invocation, vtkm::Id, Hints=Hints{})
 
template<typename Hints , typename WorkletType , typename InvocationType >
static vtkm::exec::serial::internal::TaskTiling3D MakeTask (WorkletType &worklet, InvocationType &invocation, vtkm::Id3, Hints=Hints{})
 
template<typename WorkletType , typename InvocationType , typename RangeType >
static auto MakeTask (WorkletType &worklet, InvocationType &invocation, const RangeType &range)
 

Member Function Documentation

◆ MakeTask() [1/3]

template<typename WorkletType , typename InvocationType , typename RangeType >
static auto vtkm::cont::DeviceTaskTypes< vtkm::cont::DeviceAdapterTagSerial >::MakeTask ( WorkletType &  worklet,
InvocationType &  invocation,
const RangeType &  range 
)
inlinestatic

◆ MakeTask() [2/3]

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

◆ MakeTask() [3/3]

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

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