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

#include <Particles.h>

Inheritance diagram for vtkm::worklet::flow::Particles< ParticleType >:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT vtkm::worklet::flow::ParticleExecutionObject< ParticleType > PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 
VTKM_CONT Particles (vtkm::cont::ArrayHandle< ParticleType > &pArray, vtkm::Id &maxSteps)
 
 Particles ()
 

Protected Attributes

vtkm::cont::ArrayHandle< ParticleType > ParticleArray
 
vtkm::Id MaxSteps
 

Constructor & Destructor Documentation

◆ Particles() [1/2]

template<typename ParticleType >
VTKM_CONT vtkm::worklet::flow::Particles< ParticleType >::Particles ( vtkm::cont::ArrayHandle< ParticleType > &  pArray,
vtkm::Id maxSteps 
)
inline

◆ Particles() [2/2]

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

Member Function Documentation

◆ PrepareForExecution()

template<typename ParticleType >
VTKM_CONT vtkm::worklet::flow::ParticleExecutionObject<ParticleType> vtkm::worklet::flow::Particles< ParticleType >::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ MaxSteps

template<typename ParticleType >
vtkm::Id vtkm::worklet::flow::Particles< ParticleType >::MaxSteps
protected

◆ ParticleArray

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

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