VTK-m
2.0
|
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...
#include <SetUpAndDownNeighboursWorklet.h>
Public Types | |
using | ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayOut upNeighbour, WholeArrayOut downNeighbour) |
using | ExecutionSignature = void(InputIndex, _2, _1, _3, _4, _5) |
using | InputDomain = _1 |
Public Types inherited from vtkm::worklet::WorkletMapField | |
template<typename Worklet > | |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
VTKM_EXEC_CONT | SetUpAndDownNeighboursWorklet () |
template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename OutFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &from, const vtkm::Id &to, const InFieldPortalType &bractVertexSupersetPortal, const MeshSortIndexPortalType &meshSortIndexPortal, const OutFieldPortalType &upNeighbourPortal, const OutFieldPortalType &downNeighbourPortal) const |
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.
using vtkm::worklet::contourtree_distributed::bract_maker::SetUpAndDownNeighboursWorklet::ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayOut upNeighbour, WholeArrayOut downNeighbour ) |
using vtkm::worklet::contourtree_distributed::bract_maker::SetUpAndDownNeighboursWorklet::ExecutionSignature = void(InputIndex, _2, _1, _3, _4, _5) |
using vtkm::worklet::contourtree_distributed::bract_maker::SetUpAndDownNeighboursWorklet::InputDomain = _1 |
|
inline |
|
inline |