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

Worklet used in HierarchicalAugmenter::UpdateHyperstructure to set the superchildren The worklet finds the number of superchildren as the delta between the super Id and the next hypernode's super Id. More...

#include <UpdateHyperstructureSetSuperchildrenWorklet.h>

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

Public Types

using ControlSignature = void(WholeArrayIn augmentedTreeHypernodes, FieldOut augmentedTreeSuperchildren)
 Control signature for the worklet. More...
 
using ExecutionSignature = void(InputIndex, _1, _2)
 
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 UpdateHyperstructureSetSuperchildrenWorklet (const vtkm::Id &augmentedTreeNumSupernodes)
 
template<typename InFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &hypernode, const InFieldPortalType &augmentedTreeHypernodesPortal, vtkm::Id &augmentedTreeSuperchildrenValue) const
 

Private Attributes

const vtkm::Id AugmentedTreeNumSupernodes
 

Detailed Description

Worklet used in HierarchicalAugmenter::UpdateHyperstructure to set the superchildren The worklet finds the number of superchildren as the delta between the super Id and the next hypernode's super Id.

Member Typedef Documentation

◆ ControlSignature

Control signature for the worklet.

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ UpdateHyperstructureSetSuperchildrenWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetSuperchildrenWorklet::UpdateHyperstructureSetSuperchildrenWorklet ( const vtkm::Id augmentedTreeNumSupernodes)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetSuperchildrenWorklet::operator() ( const vtkm::Id hypernode,
const InFieldPortalType &  augmentedTreeHypernodesPortal,
vtkm::Id augmentedTreeSuperchildrenValue 
) const
inline

Member Data Documentation

◆ AugmentedTreeNumSupernodes

const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetSuperchildrenWorklet::AugmentedTreeNumSupernodes
private

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