VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::ConstructCellWeightList Struct Reference

#include <MIR.h>

Inheritance diagram for vtkm::worklet::ConstructCellWeightList:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

template<typename VO1 , typename VO2 >
VTKM_EXEC void operator() (vtkm::Id &in, VO1 &lookback, VO2 &weights) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::ConstructCellWeightList::ControlSignature = void(FieldIn pointIDs, FieldOut VecLookback, FieldOut VecWeights)

◆ ExecutionSignature

◆ InputDomain

Member Function Documentation

◆ operator()()

template<typename VO1 , typename VO2 >
VTKM_EXEC void vtkm::worklet::ConstructCellWeightList::operator() ( vtkm::Id in,
VO1 &  lookback,
VO2 &  weights 
) const
inline

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