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

#include <FetchTagArrayNeighborhoodIn.h>

Public Types

using ValueType = vtkm::exec::FieldNeighborhood< ExecObjectType >
 

Public Member Functions

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

Member Typedef Documentation

◆ ValueType

Member Function Documentation

◆ Load()

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

◆ Store()

template<typename ExecObjectType >
template<typename ThreadIndicesType >
VTKM_EXEC void vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagArrayNeighborhoodIn, 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: