VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::flow::ParticleAdvectWorklet Class Reference

#include <ParticleAdvectionWorklets.h>

Inheritance diagram for vtkm::worklet::flow::ParticleAdvectWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn idx, ExecObject integrator, ExecObject integralCurve, FieldIn maxSteps)
 
using ExecutionSignature = void(_1 idx, _2 integrator, _3 integralCurve, _4 maxSteps)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename IntegratorType , typename IntegralCurveType >
VTKM_EXEC void operator() (const vtkm::Id &idx, const IntegratorType &integrator, IntegralCurveType &integralCurve, const vtkm::Id &maxSteps) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::flow::ParticleAdvectWorklet::ControlSignature = void(FieldIn idx, ExecObject integrator, ExecObject integralCurve, FieldIn maxSteps)

◆ ExecutionSignature

using vtkm::worklet::flow::ParticleAdvectWorklet::ExecutionSignature = void(_1 idx, _2 integrator, _3 integralCurve, _4 maxSteps)

◆ InputDomain

Member Function Documentation

◆ operator()()

template<typename IntegratorType , typename IntegralCurveType >
VTKM_EXEC void vtkm::worklet::flow::ParticleAdvectWorklet::operator() ( const vtkm::Id idx,
const IntegratorType &  integrator,
IntegralCurveType &  integralCurve,
const vtkm::Id maxSteps 
) const
inline

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