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

Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to Look up the global Ids in the hierarchical tree & convert to superparent Ids. More...

#include <InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn globalIds, ExecObject findRegularByGlobal, WholeArrayIn hierarchicalTreeRegular2Supernode, WholeArrayIn hierarchicalTreeSuperparents, FieldOut superparents)
 
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 InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet ()
 
template<typename ExecObjType , typename InFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &globalId, const ExecObjType &findRegularByGlobal, const InFieldPortalType &hierarchicalTreeRegular2SupernodePortal, const InFieldPortalType &hierarchicalTreeSuperparentsPortal, vtkm::Id &superparent) const
 

Detailed Description

Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to Look up the global Ids in the hierarchical tree & convert to superparent Ids.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet::ControlSignature = void(FieldIn globalIds, ExecObject findRegularByGlobal, WholeArrayIn hierarchicalTreeRegular2Supernode, WholeArrayIn hierarchicalTreeSuperparents, FieldOut superparents )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet::InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename ExecObjType , typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet::operator() ( const vtkm::Id globalId,
const ExecObjType &  findRegularByGlobal,
const InFieldPortalType &  hierarchicalTreeRegular2SupernodePortal,
const InFieldPortalType &  hierarchicalTreeSuperparentsPortal,
vtkm::Id superparent 
) const
inline

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