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

Worklet used in HierarchicalHyperSweeper.InitializeRegularVertexCount(...) to subtract out the low end from the superarc regular counts. More...

#include <ComputeSuperarcTransferWeightsWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn supernodeIndex, FieldIn hierarchicalTreeSupernodesView, WholeArrayIn hierarchicalTreeSuperparents, WholeArrayIn hierarchicalTreeHyperparents, FieldIn hierarchicalTreeSuperarcsView, FieldOut transferTargetView)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5, _6)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC_CONT ComputeSuperarcTransferWeightsWorklet (const vtkm::Id &round, const vtkm::Id &hierarchicalTreeNumRounds, const vtkm::Id &lastSupernode)
 
template<typename InFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &supernode, const vtkm::Id &supernodeRegularId, const InFieldPortalType &hierarchicalTreeSuperparentsPortal, const InFieldPortalType &hierarchicalTreeHyperparentsPortal, const vtkm::Id &superarcTo, vtkm::Id &transferTarget) const
 

Private Attributes

const vtkm::Id Round
 
const vtkm::Id HierarchicalTreeNumRounds
 
const vtkm::Id LastSupernode
 

Detailed Description

Worklet used in HierarchicalHyperSweeper.InitializeRegularVertexCount(...) to subtract out the low end from the superarc regular counts.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::ComputeSuperarcTransferWeightsWorklet::ControlSignature = void( FieldIn supernodeIndex, FieldIn hierarchicalTreeSupernodesView, WholeArrayIn hierarchicalTreeSuperparents, WholeArrayIn hierarchicalTreeHyperparents, FieldIn hierarchicalTreeSuperarcsView, FieldOut transferTargetView )

◆ ExecutionSignature

Constructor & Destructor Documentation

◆ ComputeSuperarcTransferWeightsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::ComputeSuperarcTransferWeightsWorklet::ComputeSuperarcTransferWeightsWorklet ( const vtkm::Id round,
const vtkm::Id hierarchicalTreeNumRounds,
const vtkm::Id lastSupernode 
)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::ComputeSuperarcTransferWeightsWorklet::operator() ( const vtkm::Id supernode,
const vtkm::Id supernodeRegularId,
const InFieldPortalType &  hierarchicalTreeSuperparentsPortal,
const InFieldPortalType &  hierarchicalTreeHyperparentsPortal,
const vtkm::Id superarcTo,
vtkm::Id transferTarget 
) const
inline

Member Data Documentation

◆ HierarchicalTreeNumRounds

const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::ComputeSuperarcTransferWeightsWorklet::HierarchicalTreeNumRounds
private

◆ LastSupernode

const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::ComputeSuperarcTransferWeightsWorklet::LastSupernode
private

◆ Round

const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::ComputeSuperarcTransferWeightsWorklet::Round
private

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