VTK-m  2.0
Public Member Functions | List of all members
vtkm::worklet::flow::StreamlineWorklet< IntegratorType, ParticleType > Class Template Reference

#include <ParticleAdvectionWorklets.h>

Public Member Functions

template<typename PointStorage , typename PointStorage2 >
void Run (const IntegratorType &it, vtkm::cont::ArrayHandle< ParticleType, PointStorage > &particles, vtkm::Id &MaxSteps, vtkm::cont::ArrayHandle< vtkm::Vec3f, PointStorage2 > &positions, vtkm::cont::CellSetExplicit<> &polyLines)
 

Member Function Documentation

◆ Run()

template<typename IntegratorType , typename ParticleType >
template<typename PointStorage , typename PointStorage2 >
void vtkm::worklet::flow::StreamlineWorklet< IntegratorType, ParticleType >::Run ( const IntegratorType &  it,
vtkm::cont::ArrayHandle< ParticleType, PointStorage > &  particles,
vtkm::Id MaxSteps,
vtkm::cont::ArrayHandle< vtkm::Vec3f, PointStorage2 > &  positions,
vtkm::cont::CellSetExplicit<> &  polyLines 
)
inline

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