VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagWholeCellSetIn, vtkm::exec::arg::AspectTagDefault, ExecObjectType > Struct Template Reference

#include <FetchTagWholeCellSetIn.h>

Public Types

using ValueType = ExecObjectType
 

Public Member Functions

template<typename ThreadIndicesType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC ValueType Load (const ThreadIndicesType &vtkmNotUsed(indices), const ExecObjectType &execObject) const
 
template<typename ThreadIndicesType >
VTKM_EXEC void Store (const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
 

Member Typedef Documentation

◆ ValueType

template<typename ExecObjectType >
using vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagWholeCellSetIn, vtkm::exec::arg::AspectTagDefault, ExecObjectType >::ValueType = ExecObjectType

Member Function Documentation

◆ Load()

template<typename ExecObjectType >
template<typename ThreadIndicesType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC ValueType vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagWholeCellSetIn, vtkm::exec::arg::AspectTagDefault, ExecObjectType >::Load ( const ThreadIndicesType &  vtkmNotUsedindices,
const ExecObjectType &  execObject 
) const
inline

◆ Store()

template<typename ExecObjectType >
template<typename ThreadIndicesType >
VTKM_EXEC void vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagWholeCellSetIn, vtkm::exec::arg::AspectTagDefault, ExecObjectType >::Store ( const ThreadIndicesType &  ,
const ExecObjectType &  ,
const ValueType  
) const
inline

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