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

Worklet implementing the copy of the first supernode per iteration in TreeGrafter::CopyIterationDetails. More...

#include <CopyFirstHypernodePerIterationWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::tree_grafter::CopyFirstHypernodePerIterationWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn newHypernode, WholeArrayIn hierarchicalTreeHypernodes, WholeArrayIn hierarchicalTreeWhichIteration, WholeArrayInOut hierarchicalTreeFirstHypernodePerIteration)
 
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 CopyFirstHypernodePerIterationWorklet (vtkm::Id numOldHypernodes)
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &newHypernode, const InFieldPortalType &hierarchicalTreeHypernodesPortal, const InFieldPortalType &hierarchicalTreeWhichIterationPortal, const OutFieldPortalType &hierarchicalTreeFirstHypernodePerIterationPortal) const
 

Private Attributes

vtkm::Id NumOldHypernodes
 

Detailed Description

Worklet implementing the copy of the first supernode per iteration in TreeGrafter::CopyIterationDetails.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::tree_grafter::CopyFirstHypernodePerIterationWorklet::ControlSignature = void( FieldIn newHypernode, WholeArrayIn hierarchicalTreeHypernodes, WholeArrayIn hierarchicalTreeWhichIteration, WholeArrayInOut hierarchicalTreeFirstHypernodePerIteration )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CopyFirstHypernodePerIterationWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::CopyFirstHypernodePerIterationWorklet::CopyFirstHypernodePerIterationWorklet ( vtkm::Id  numOldHypernodes)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::tree_grafter::CopyFirstHypernodePerIterationWorklet::operator() ( const vtkm::Id newHypernode,
const InFieldPortalType &  hierarchicalTreeHypernodesPortal,
const InFieldPortalType &  hierarchicalTreeWhichIterationPortal,
const OutFieldPortalType &  hierarchicalTreeFirstHypernodePerIterationPortal 
) const
inline

Member Data Documentation

◆ NumOldHypernodes

vtkm::Id vtkm::worklet::contourtree_distributed::tree_grafter::CopyFirstHypernodePerIterationWorklet::NumOldHypernodes
private

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