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

Worklet used in HierarchicalHyperSweeper.TransferWeights(...) to implement step 7b. More...

#include <SetFirstAttachmentPointInRoundWorklet.h>

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

Public Types

using ControlSignature = void(WholeArrayIn attachmentIds, WholeArrayIn superparentRounds, WholeArrayInOut firstAttachmentPointInRound)
 Control signature for the worklet NOTE: we need this to be in/out because any valyes we don't set here need to remain NO_SUCH_ELEMENT for further processing. More...
 
using ExecutionSignature = void(InputIndex, _1, _2, _3)
 
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 SetFirstAttachmentPointInRoundWorklet ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &attachmentPoint, const InFieldPortalType &attachmentIdsPortal, const InFieldPortalType &superparentRoundsPortal, const InOutFieldPortalType &firstAttachmentPointInRoundPortal) const
 

Detailed Description

Worklet used in HierarchicalHyperSweeper.TransferWeights(...) to implement step 7b.

Now find the LHE of each group and subtract out the prior weight

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetFirstAttachmentPointInRoundWorklet::ControlSignature = void(WholeArrayIn attachmentIds, WholeArrayIn superparentRounds, WholeArrayInOut firstAttachmentPointInRound )

Control signature for the worklet NOTE: we need this to be in/out because any valyes we don't set here need to remain NO_SUCH_ELEMENT for further processing.

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ SetFirstAttachmentPointInRoundWorklet()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetFirstAttachmentPointInRoundWorklet::operator() ( const vtkm::Id attachmentPoint,
const InFieldPortalType &  attachmentIdsPortal,
const InFieldPortalType &  superparentRoundsPortal,
const InOutFieldPortalType &  firstAttachmentPointInRoundPortal 
) const
inline

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