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

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

#include <AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn supernodes, FieldIn isNecessaryAndInterior, FieldIn boundaryNecessaryId, WholeArrayIn meshSortOrder, WholeArrayOut boundaryIndices, WholeArrayOut bractVertexSuperset)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5, _6)
 
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 AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet (vtkm::Id numBoundary)
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &supernode, const bool &isNecessaryAndInterior, const vtkm::Id boundaryNecessaryId, const InFieldPortalType meshSortOrderPortal, const OutFieldPortalType &boundaryIndicesPortal, const OutFieldPortalType &bractVertexSupersetPortal) const
 

Private Attributes

vtkm::Id NumBoundary
 

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::AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet::ControlSignature = void(FieldIn supernodes, FieldIn isNecessaryAndInterior, FieldIn boundaryNecessaryId, WholeArrayIn meshSortOrder, WholeArrayOut boundaryIndices, WholeArrayOut bractVertexSuperset )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet::AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet ( vtkm::Id  numBoundary)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet::operator() ( const vtkm::Id supernode,
const bool &  isNecessaryAndInterior,
const vtkm::Id  boundaryNecessaryId,
const InFieldPortalType  meshSortOrderPortal,
const OutFieldPortalType &  boundaryIndicesPortal,
const OutFieldPortalType &  bractVertexSupersetPortal 
) const
inline

Member Data Documentation

◆ NumBoundary

vtkm::Id vtkm::worklet::contourtree_distributed::bract_maker::AugmentBoundaryWithNecessaryInteriorSupernodesAppendNecessarySupernodesWorklet::NumBoundary
private

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