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

Worklet used in HierarchicalAugmenter::UpdateHyperstructure to set the hyperarcs and hypernodes. More...

#include <UpdateHyperstructureSetHyperarcsAndNodesWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetHyperarcsAndNodesWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn baseTreeHypernodes, FieldIn baseTreeHyperarcs, WholeArrayIn newSupernodeIds, FieldOut augmentedTreeHypernodes, FieldOut augmentedTreeHyperarcs)
 Control signature for the worklet. More...
 
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 UpdateHyperstructureSetHyperarcsAndNodesWorklet ()
 
template<typename InFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &oldHypernodeSuperId, const vtkm::Id &oldTargetSuperIdMasked, const InFieldPortalType &newSupernodeIdsPortal, vtkm::Id &outAugmentedTreeHypernodesValue, vtkm::Id &outAugmentedTreeHyperarcsValue) const
 

Detailed Description

Worklet used in HierarchicalAugmenter::UpdateHyperstructure to set the hyperarcs and hypernodes.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetHyperarcsAndNodesWorklet::ControlSignature = void(FieldIn baseTreeHypernodes, FieldIn baseTreeHyperarcs, WholeArrayIn newSupernodeIds, FieldOut augmentedTreeHypernodes, FieldOut augmentedTreeHyperarcs )

Control signature for the worklet.

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ UpdateHyperstructureSetHyperarcsAndNodesWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetHyperarcsAndNodesWorklet::UpdateHyperstructureSetHyperarcsAndNodesWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetHyperarcsAndNodesWorklet::operator() ( const vtkm::Id oldHypernodeSuperId,
const vtkm::Id oldTargetSuperIdMasked,
const InFieldPortalType &  newSupernodeIdsPortal,
vtkm::Id outAugmentedTreeHypernodesValue,
vtkm::Id outAugmentedTreeHyperarcsValue 
) const
inline

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