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

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

#include <SetInteriorForestWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn contourTreeSupernodes, FieldIn interiorForestIsNecessary, FieldIn boundaryTreeMakerTree2Superset, WholeArrayIn meshGlobalIdsFromMeshIndices, WholeArrayIn boundaryTreeMakerUpNeighbour, WholeArrayIn boundaryTreeMakerDownNeighbour, FieldInOut interiorForestAbove, FieldInOut interiorForestBelow)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5, _6, _7, _8)
 
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 SetInteriorForestWorklet ()
 
template<typename InFieldPortalType , typename GlobalIdFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &sortId, const vtkm::Id &isNecessary, const vtkm::Id &supersetId, const GlobalIdFieldPortalType &meshGlobalIdsPortal, const InFieldPortalType &upNeighbourPortal, const InFieldPortalType &downNeighbourPortal, vtkm::Id &interiorForestAbove, vtkm::Id &interiorForestBelow) 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::SetInteriorForestWorklet::ControlSignature = void(FieldIn contourTreeSupernodes, FieldIn interiorForestIsNecessary, FieldIn boundaryTreeMakerTree2Superset, WholeArrayIn meshGlobalIdsFromMeshIndices, WholeArrayIn boundaryTreeMakerUpNeighbour, WholeArrayIn boundaryTreeMakerDownNeighbour, FieldInOut interiorForestAbove, FieldInOut interiorForestBelow )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ SetInteriorForestWorklet()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename GlobalIdFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::SetInteriorForestWorklet::operator() ( const vtkm::Id sortId,
const vtkm::Id isNecessary,
const vtkm::Id supersetId,
const GlobalIdFieldPortalType &  meshGlobalIdsPortal,
const InFieldPortalType &  upNeighbourPortal,
const InFieldPortalType &  downNeighbourPortal,
vtkm::Id interiorForestAbove,
vtkm::Id interiorForestBelow 
) const
inline

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