VTK-m
2.0
|
Worklet to transfer the cumulative counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...
#include <PropagateBoundaryCountsTransferCumulativeCountsWorklet.h>
Public Types | |
using | ControlSignature = void(WholeArrayIn hyperarcTargetSortPermutation, WholeArrayIn hyperarcs, WholeArrayIn accumulatedBoundaryCountPortal, WholeArrayInOut supernodeTransferBoundaryCountPortal) |
using | ExecutionSignature = void(InputIndex, _1, _2, _3, _4) |
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 | PropagateBoundaryCountsTransferCumulativeCountsWorklet () |
template<typename InFieldPortalType , typename InOutFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &hyperarc, const InFieldPortalType &hyperarcTargetSortPermutationPortal, const InFieldPortalType &hyperarcsPortal, const InFieldPortalType &accumulatedBoundaryCountPortal, const InOutFieldPortalType &supernodeTransferBoundaryCountPortal) const |
Worklet to transfer the cumulative counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferCumulativeCountsWorklet::ControlSignature = void( WholeArrayIn hyperarcTargetSortPermutation, WholeArrayIn hyperarcs, WholeArrayIn accumulatedBoundaryCountPortal, WholeArrayInOut supernodeTransferBoundaryCountPortal ) |
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferCumulativeCountsWorklet::ExecutionSignature = void(InputIndex, _1, _2, _3, _4) |
|
inline |
|
inline |