VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::cosmotools::ScatterWorklet< T > Struct Template Reference

#include <CosmoTools.h>

Inheritance diagram for vtkm::worklet::cosmotools::ScatterWorklet< T >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

VTKM_EXEC void operator() (T inputIndex, T &outputIndex) const
 

Member Typedef Documentation

◆ ControlSignature

template<typename T >
using vtkm::worklet::cosmotools::ScatterWorklet< T >::ControlSignature = void(FieldIn inIndices, FieldOut outIndices)

◆ ExecutionSignature

template<typename T >
using vtkm::worklet::cosmotools::ScatterWorklet< T >::ExecutionSignature = void(_1, _2)

◆ ScatterType

Member Function Documentation

◆ operator()()

template<typename T >
VTKM_EXEC void vtkm::worklet::cosmotools::ScatterWorklet< T >::operator() ( inputIndex,
T &  outputIndex 
) const
inline

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