VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::flow::StreamlineResult< ParticleType > Struct Template Reference

#include <ParticleAdvection.h>

Public Member Functions

 StreamlineResult ()
 
 StreamlineResult (const vtkm::cont::ArrayHandle< ParticleType > &part, const vtkm::cont::ArrayHandle< vtkm::Vec3f > &pos, const vtkm::cont::CellSetExplicit<> &lines)
 

Public Attributes

vtkm::cont::ArrayHandle< ParticleType > Particles
 
vtkm::cont::ArrayHandle< vtkm::Vec3fPositions
 
vtkm::cont::CellSetExplicit PolyLines
 

Constructor & Destructor Documentation

◆ StreamlineResult() [1/2]

template<typename ParticleType >
vtkm::worklet::flow::StreamlineResult< ParticleType >::StreamlineResult ( )
inline

◆ StreamlineResult() [2/2]

template<typename ParticleType >
vtkm::worklet::flow::StreamlineResult< ParticleType >::StreamlineResult ( const vtkm::cont::ArrayHandle< ParticleType > &  part,
const vtkm::cont::ArrayHandle< vtkm::Vec3f > &  pos,
const vtkm::cont::CellSetExplicit<> &  lines 
)
inline

Member Data Documentation

◆ Particles

template<typename ParticleType >
vtkm::cont::ArrayHandle<ParticleType> vtkm::worklet::flow::StreamlineResult< ParticleType >::Particles

◆ PolyLines

template<typename ParticleType >
vtkm::cont::CellSetExplicit vtkm::worklet::flow::StreamlineResult< ParticleType >::PolyLines

◆ Positions

template<typename ParticleType >
vtkm::cont::ArrayHandle<vtkm::Vec3f> vtkm::worklet::flow::StreamlineResult< ParticleType >::Positions

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