#include <GraftParticles.h>
|
using | ControlSignature = void(FieldIn index, FieldIn partId, FieldIn binId, FieldIn activeFlag, WholeArrayIn partIdArray, WholeArrayIn location, WholeArrayIn firstParticleId, WholeArrayIn lastParticleId, WholeArrayOut haloId) |
|
using | ExecutionSignature = void(_1, _2, _3, _4, _5, _6, _7, _8, _9) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
VTKM_EXEC_CONT | GraftParticles (const vtkm::Id XNum, const vtkm::Id YNum, const vtkm::Id ZNum, const vtkm::Id NumNeighbors, const T LinkLen) |
|
template<typename InIdPortalType , typename InFieldPortalType , typename InVectorPortalType , typename OutPortalType > |
VTKM_EXEC void | operator() (const vtkm::Id &i, const vtkm::Id &iPartId, const vtkm::Id &iBinId, const vtkm::UInt32 &activeFlag, const InIdPortalType &partIdArray, const InFieldPortalType &location, const InVectorPortalType &firstParticleId, const InVectorPortalType &lastParticleId, OutPortalType &haloId) const |
|
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ GraftParticles()
◆ operator()()
template<typename T >
template<typename InIdPortalType , typename InFieldPortalType , typename InVectorPortalType , typename OutPortalType >
◆ linkLenSq
◆ NUM_NEIGHBORS
◆ xNum
◆ yNum
◆ zNum
The documentation for this class was generated from the following file: