VTK-m
2.0
|
Worklet to subtract the beginning of the group to get the total for each group Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...
#include <PropagateBoundaryCountsComputeGroupTotalsWorklet.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 | PropagateBoundaryCountsComputeGroupTotalsWorklet () |
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 subtract the beginning of the group to get the total for each group Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsComputeGroupTotalsWorklet::ControlSignature = void( WholeArrayIn hyperarcTargetSortPermutation, WholeArrayIn hyperarcs, WholeArrayIn accumulatedBoundaryCountPortal, WholeArrayInOut supernodeTransferBoundaryCountPortal ) |
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsComputeGroupTotalsWorklet::ExecutionSignature = void(InputIndex, _1, _2, _3, _4) |
|
inline |
|
inline |