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

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

#include <AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn boundaryIndices, WholeArrayIn superparents, WholeArrayIn supernodes, WholeArrayOut isNecessaryAndInterior)
 
using ExecutionSignature = void(_1, _2, _3, _4)
 
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 AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &boundaryVertexSortID, const InFieldPortalType &superparentsPortal, const InFieldPortalType &supernodesPortal, const OutFieldPortalType &isNecessaryAndInteriorPortal) 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::AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet::ControlSignature = void(FieldIn boundaryIndices, WholeArrayIn superparents, WholeArrayIn supernodes, WholeArrayOut isNecessaryAndInterior )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet::operator() ( const vtkm::Id boundaryVertexSortID,
const InFieldPortalType &  superparentsPortal,
const InFieldPortalType &  supernodesPortal,
const OutFieldPortalType &  isNecessaryAndInteriorPortal 
) const
inline

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