VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::KernelSplatterFilterUniformGrid< Kernel, DeviceAdapter >::ComputeLocalNeighborId Class Reference

#include <KernelSplatter.h>

Inheritance diagram for vtkm::worklet::KernelSplatterFilterUniformGrid< Kernel, DeviceAdapter >::ComputeLocalNeighborId:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn, FieldIn, FieldOut)
 
using ExecutionSignature = void(_1, _2, WorkIndex, _3)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT ComputeLocalNeighborId ()
 
template<typename T >
VTKM_EXEC_CONT void operator() (const T &modulus, const T &offset, const vtkm::Id &index, T &localId) const
 

Member Typedef Documentation

◆ ControlSignature

template<typename Kernel , typename DeviceAdapter >
using vtkm::worklet::KernelSplatterFilterUniformGrid< Kernel, DeviceAdapter >::ComputeLocalNeighborId::ControlSignature = void(FieldIn, FieldIn, FieldOut)

◆ ExecutionSignature

template<typename Kernel , typename DeviceAdapter >
using vtkm::worklet::KernelSplatterFilterUniformGrid< Kernel, DeviceAdapter >::ComputeLocalNeighborId::ExecutionSignature = void(_1, _2, WorkIndex, _3)

Constructor & Destructor Documentation

◆ ComputeLocalNeighborId()

template<typename Kernel , typename DeviceAdapter >
VTKM_CONT vtkm::worklet::KernelSplatterFilterUniformGrid< Kernel, DeviceAdapter >::ComputeLocalNeighborId::ComputeLocalNeighborId ( )
inline

Member Function Documentation

◆ operator()()

template<typename Kernel , typename DeviceAdapter >
template<typename T >
VTKM_EXEC_CONT void vtkm::worklet::KernelSplatterFilterUniformGrid< Kernel, DeviceAdapter >::ComputeLocalNeighborId::operator() ( const T &  modulus,
const T &  offset,
const vtkm::Id index,
T &  localId 
) const
inline

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