VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsComputeGroupTotalsWorklet Class Reference

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>

Inheritance diagram for vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsComputeGroupTotalsWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

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
 

Detailed Description

Worklet to subtract the beginning of the group to get the total for each group Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.

  1. Finally, we subtract the beginning of the group to get the total for each group

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsComputeGroupTotalsWorklet::ControlSignature = void( WholeArrayIn hyperarcTargetSortPermutation, WholeArrayIn hyperarcs, WholeArrayIn accumulatedBoundaryCountPortal, WholeArrayInOut supernodeTransferBoundaryCountPortal )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ PropagateBoundaryCountsComputeGroupTotalsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsComputeGroupTotalsWorklet::PropagateBoundaryCountsComputeGroupTotalsWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsComputeGroupTotalsWorklet::operator() ( const vtkm::Id hyperarc,
const InFieldPortalType &  hyperarcTargetSortPermutationPortal,
const InFieldPortalType &  hyperarcsPortal,
const InFieldPortalType &  accumulatedBoundaryCountPortal,
const InOutFieldPortalType &  supernodeTransferBoundaryCountPortal 
) const
inline

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