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

Worklet to loop to set the number of superchildren per hyperarc as part of TreeGrafter::CopyNewSupernodes. More...

#include <CopyNewSupernodesSetSuperchildrenWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn newSupernodeIndex, WholeArrayIn hierarchicalTreeSuperarcs, WholeArrayIn hierarchicalTreeHyperparents, WholeArrayIn hierarchicalTreeHypernodes, WholeArrayOut hierarchicalTreeSuperchildren)
 
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 CopyNewSupernodesSetSuperchildrenWorklet (vtkm::Id numHierarchicalTreeSupernodes)
 Default Constructor. More...
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &newSupernodeIndex, const InFieldPortalType &hierarchicalTreeSuperarcsPortal, const InFieldPortalType &hierarchicalTreeHyperparentsPortal, const InFieldPortalType &hierarchicalTreeHypernodesPortal, const OutFieldPortalType hierarchicalTreeSuperchildrenPortal) const
 

Private Attributes

vtkm::Id NumHierarchicalTreeSupernodes
 

Detailed Description

Worklet to loop to set the number of superchildren per hyperarc as part of TreeGrafter::CopyNewSupernodes.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewSupernodesSetSuperchildrenWorklet::ControlSignature = void( FieldIn newSupernodeIndex, WholeArrayIn hierarchicalTreeSuperarcs, WholeArrayIn hierarchicalTreeHyperparents, WholeArrayIn hierarchicalTreeHypernodes, WholeArrayOut hierarchicalTreeSuperchildren )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CopyNewSupernodesSetSuperchildrenWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewSupernodesSetSuperchildrenWorklet::CopyNewSupernodesSetSuperchildrenWorklet ( vtkm::Id  numHierarchicalTreeSupernodes)
inline

Default Constructor.

Parameters
[in]

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewSupernodesSetSuperchildrenWorklet::operator() ( const vtkm::Id newSupernodeIndex,
const InFieldPortalType &  hierarchicalTreeSuperarcsPortal,
const InFieldPortalType &  hierarchicalTreeHyperparentsPortal,
const InFieldPortalType &  hierarchicalTreeHypernodesPortal,
const OutFieldPortalType  hierarchicalTreeSuperchildrenPortal 
) const
inline

Member Data Documentation

◆ NumHierarchicalTreeSupernodes

vtkm::Id vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewSupernodesSetSuperchildrenWorklet::NumHierarchicalTreeSupernodes
private

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