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

#include <MIR.h>

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

Public Types

using ControlSignature = void(FieldIn pointIDs, FieldIn pointWeights, WholeArrayIn originalVals, FieldOut newVals)
 
using ExecutionSignature = void(_1, _2, _3, _4)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename PID , typename PW , typename OV , typename NV >
VTKM_EXEC void operator() (const PID &pids, const PW &pws, const OV &ov, NV &newVals) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::DestructPointWeightList::ControlSignature = void(FieldIn pointIDs, FieldIn pointWeights, WholeArrayIn originalVals, FieldOut newVals)

◆ ExecutionSignature

◆ InputDomain

Member Function Documentation

◆ operator()()

template<typename PID , typename PW , typename OV , typename NV >
VTKM_EXEC void vtkm::worklet::DestructPointWeightList::operator() ( const PID &  pids,
const PW &  pws,
const OV &  ov,
NV &  newVals 
) const
inline

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