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

Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...

#include <SetUpAndDownNeighboursWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::bract_maker::SetUpAndDownNeighboursWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayOut upNeighbour, WholeArrayOut downNeighbour)
 
using ExecutionSignature = void(InputIndex, _2, _1, _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 SetUpAndDownNeighboursWorklet ()
 
template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &from, const vtkm::Id &to, const InFieldPortalType &bractVertexSupersetPortal, const MeshSortIndexPortalType &meshSortIndexPortal, const OutFieldPortalType &upNeighbourPortal, const OutFieldPortalType &downNeighbourPortal) const
 

Detailed Description

Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::SetUpAndDownNeighboursWorklet::ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayOut upNeighbour, WholeArrayOut downNeighbour )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ SetUpAndDownNeighboursWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::SetUpAndDownNeighboursWorklet::SetUpAndDownNeighboursWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::SetUpAndDownNeighboursWorklet::operator() ( const vtkm::Id from,
const vtkm::Id to,
const InFieldPortalType &  bractVertexSupersetPortal,
const MeshSortIndexPortalType &  meshSortIndexPortal,
const OutFieldPortalType &  upNeighbourPortal,
const OutFieldPortalType &  downNeighbourPortal 
) const
inline

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