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

#include <ParticleAdvection.h>

Public Member Functions

 Streamline ()
 
template<typename IntegratorType , typename ParticleType , typename ParticleStorage >
StreamlineResult< ParticleType > Run (const IntegratorType &it, vtkm::cont::ArrayHandle< ParticleType, ParticleStorage > &particles, vtkm::Id MaxSteps)
 

Constructor & Destructor Documentation

◆ Streamline()

vtkm::worklet::flow::Streamline::Streamline ( )
inline

Member Function Documentation

◆ Run()

template<typename IntegratorType , typename ParticleType , typename ParticleStorage >
StreamlineResult<ParticleType> vtkm::worklet::flow::Streamline::Run ( const IntegratorType &  it,
vtkm::cont::ArrayHandle< ParticleType, ParticleStorage > &  particles,
vtkm::Id  MaxSteps 
)
inline

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