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

#include <DeviceAdapterAlgorithmOpenMP.h>

Static Public Member Functions

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

Member Function Documentation

◆ MakeTask() [1/2]

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

◆ MakeTask() [2/2]

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

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