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

Worklet to Subtract out the dependent count of the prefix to the entire hyperarc Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...

#include <PropagateBoundaryCountsSubtractDependentCountsWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hyperparents, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayInOut newSuperArcDependentBoundaryCount)
 
using ExecutionSignature = void(_1, _2, _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 PropagateBoundaryCountsSubtractDependentCountsWorklet (vtkm::Id firstSupernode, vtkm::Id firstHypernode)
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &supernode, const InFieldPortalType &hyperparentsPortal, const InFieldPortalType &hypernodesPortal, const InFieldPortalType &superarcDependentBoundaryCountPortal, const InOutFieldPortalType &newSuperArcDependentBoundaryCountPortal) const
 

Private Attributes

vtkm::Id FirstSupernode
 
vtkm::Id FirstHypernode
 

Detailed Description

Worklet to Subtract out the dependent count of the prefix to the entire hyperarc Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsSubtractDependentCountsWorklet::ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hyperparents, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayInOut newSuperArcDependentBoundaryCount )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ PropagateBoundaryCountsSubtractDependentCountsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsSubtractDependentCountsWorklet::PropagateBoundaryCountsSubtractDependentCountsWorklet ( vtkm::Id  firstSupernode,
vtkm::Id  firstHypernode 
)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsSubtractDependentCountsWorklet::operator() ( const vtkm::Id supernode,
const InFieldPortalType &  hyperparentsPortal,
const InFieldPortalType &  hypernodesPortal,
const InFieldPortalType &  superarcDependentBoundaryCountPortal,
const InOutFieldPortalType &  newSuperArcDependentBoundaryCountPortal 
) const
inline

Member Data Documentation

◆ FirstHypernode

vtkm::Id vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsSubtractDependentCountsWorklet::FirstHypernode
private

◆ FirstSupernode

vtkm::Id vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsSubtractDependentCountsWorklet::FirstSupernode
private

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