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

#include <ValueCount.h>

Public Types

using ValueType = vtkm::IdComponent
 

Public Member Functions

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

Member Typedef Documentation

◆ ValueType

template<typename FetchTag , typename ExecObjectType >
using vtkm::exec::arg::Fetch< FetchTag, vtkm::exec::arg::AspectTagValueCount, ExecObjectType >::ValueType = vtkm::IdComponent

Member Function Documentation

◆ Load()

template<typename FetchTag , typename ExecObjectType >
template<typename ThreadIndicesType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC ValueType vtkm::exec::arg::Fetch< FetchTag, vtkm::exec::arg::AspectTagValueCount, ExecObjectType >::Load ( const ThreadIndicesType &  indices,
const ExecObjectType &   
) const
inline

◆ Store()

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

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