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

Worklet used in HierarchicalAugmenter::CopyBaseRegularStructure for finding the superparent for each node needed. More...

#include <FindSuperparentForNecessaryNodesWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn baseTreeRegularNodeGlobalIds, FieldIn baseTreeSuperparents, FieldIn baseTreeDataValues, WholeArrayIn baseTreeSuperarcs, WholeArrayIn newSupernodeIds, ExecObject findRegularByGlobal, ExecObject findSuperArcForUnknownNode, FieldOut regularSuperparents, FieldOut regularNodesNeeded)
 Control signature for the worklet. More...
 
using ExecutionSignature = void(InputIndex, _1, _2, _3, _4, _5, _6, _7, _8, _9)
 
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 FindSuperparentForNecessaryNodesWorklet ()
 Default Constructor. More...
 
template<typename InFieldPortalType , typename FieldType , typename ExecObjectType1 , typename ExecObjectType2 >
VTKM_EXEC void operator() (const vtkm::Id &regularNode, const vtkm::Id &globalRegularId, const vtkm::Id &oldSuperparent, const FieldType &dataValue, const InFieldPortalType &baseTreeSuperarcsPortal, const InFieldPortalType &newSupernodeIdsPortal, const ExecObjectType1 &findRegularByGlobal, const ExecObjectType2 &findSuperArcForUnknownNode, vtkm::Id &regularSuperparentsValue, vtkm::Id &regularNodesNeededValue) const
 operator() of the workelt More...
 

Detailed Description

Worklet used in HierarchicalAugmenter::CopyBaseRegularStructure for finding the superparent for each node needed.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::FindSuperparentForNecessaryNodesWorklet::ControlSignature = void( FieldIn baseTreeRegularNodeGlobalIds, FieldIn baseTreeSuperparents, FieldIn baseTreeDataValues, WholeArrayIn baseTreeSuperarcs, WholeArrayIn newSupernodeIds, ExecObject findRegularByGlobal, ExecObject findSuperArcForUnknownNode, FieldOut regularSuperparents, FieldOut regularNodesNeeded )

Control signature for the worklet.

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ FindSuperparentForNecessaryNodesWorklet()

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

Default Constructor.

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename FieldType , typename ExecObjectType1 , typename ExecObjectType2 >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_augmenter::FindSuperparentForNecessaryNodesWorklet::operator() ( const vtkm::Id regularNode,
const vtkm::Id globalRegularId,
const vtkm::Id oldSuperparent,
const FieldType &  dataValue,
const InFieldPortalType &  baseTreeSuperarcsPortal,
const InFieldPortalType &  newSupernodeIdsPortal,
const ExecObjectType1 &  findRegularByGlobal,
const ExecObjectType2 &  findSuperArcForUnknownNode,
vtkm::Id regularSuperparentsValue,
vtkm::Id regularNodesNeededValue 
) const
inline

operator() of the workelt


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