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

#include <Particles.h>

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

Classes

struct  IsOne
 

Public Member Functions

VTKM_CONT vtkm::worklet::flow::StateRecordingParticleExecutionObject< ParticleType > PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 
VTKM_CONT StateRecordingParticles (vtkm::cont::ArrayHandle< ParticleType > &pArray, const vtkm::Id &maxSteps)
 
VTKM_CONT StateRecordingParticles (vtkm::cont::ArrayHandle< ParticleType > &pArray, vtkm::cont::ArrayHandle< vtkm::Vec3f > &historyArray, vtkm::cont::ArrayHandle< vtkm::Id > &validPointArray, vtkm::Id &maxSteps)
 
VTKM_CONT void GetCompactedHistory (vtkm::cont::ArrayHandle< vtkm::Vec3f > &positions)
 

Protected Attributes

vtkm::cont::ArrayHandle< vtkm::Vec3fHistoryArray
 
vtkm::Id MaxSteps
 
vtkm::cont::ArrayHandle< ParticleType > ParticleArray
 
vtkm::cont::ArrayHandle< vtkm::IdStepCountArray
 
vtkm::cont::ArrayHandle< vtkm::IdValidPointArray
 

Constructor & Destructor Documentation

◆ StateRecordingParticles() [1/2]

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

◆ StateRecordingParticles() [2/2]

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

Member Function Documentation

◆ GetCompactedHistory()

template<typename ParticleType >
VTKM_CONT void vtkm::worklet::flow::StateRecordingParticles< ParticleType >::GetCompactedHistory ( vtkm::cont::ArrayHandle< vtkm::Vec3f > &  positions)
inline

◆ PrepareForExecution()

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

Member Data Documentation

◆ HistoryArray

template<typename ParticleType >
vtkm::cont::ArrayHandle<vtkm::Vec3f> vtkm::worklet::flow::StateRecordingParticles< ParticleType >::HistoryArray
protected

◆ MaxSteps

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

◆ ParticleArray

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

◆ StepCountArray

template<typename ParticleType >
vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::flow::StateRecordingParticles< ParticleType >::StepCountArray
protected

◆ ValidPointArray

template<typename ParticleType >
vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::flow::StateRecordingParticles< ParticleType >::ValidPointArray
protected

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