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

Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...

#include <PropagateBoundaryCountsTransferDependentCountsWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayOut hyperarcDependentBoundaryCount)
 
using ExecutionSignature = void(_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 PropagateBoundaryCountsTransferDependentCountsWorklet (vtkm::Id numSupernodes, vtkm::Id numHypernodes)
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &hypernode, const InFieldPortalType &hypernodesPortal, const InFieldPortalType &superarcDependentBoundaryCountPortal, const OutFieldPortalType &hyperarcDependentBoundaryCountPortal) const
 

Private Attributes

vtkm::Id NumSupernodes
 
vtkm::Id NumHypernodes
 

Detailed Description

Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferDependentCountsWorklet::ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayOut hyperarcDependentBoundaryCount )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ PropagateBoundaryCountsTransferDependentCountsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferDependentCountsWorklet::PropagateBoundaryCountsTransferDependentCountsWorklet ( vtkm::Id  numSupernodes,
vtkm::Id  numHypernodes 
)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferDependentCountsWorklet::operator() ( const vtkm::Id hypernode,
const InFieldPortalType &  hypernodesPortal,
const InFieldPortalType &  superarcDependentBoundaryCountPortal,
const OutFieldPortalType &  hyperarcDependentBoundaryCountPortal 
) const
inline

Member Data Documentation

◆ NumHypernodes

vtkm::Id vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferDependentCountsWorklet::NumHypernodes
private

◆ NumSupernodes

vtkm::Id vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferDependentCountsWorklet::NumSupernodes
private

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