VTK-m
2.0
|
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...
#include <PropagateBoundaryCountsTransferDependentCountsWorklet.h>
Public Types | |
using | ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayOut hyperarcDependentBoundaryCount) |
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 | PropagateBoundaryCountsTransferDependentCountsWorklet (vtkm::Id numSupernodes, vtkm::Id numHypernodes) |
template<typename InFieldPortalType , typename OutFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &hypernode, const InFieldPortalType &hypernodesPortal, const InFieldPortalType &superarcDependentBoundaryCountPortal, const OutFieldPortalType &hyperarcDependentBoundaryCountPortal) const |
Private Attributes | |
vtkm::Id | NumSupernodes |
vtkm::Id | NumHypernodes |
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferDependentCountsWorklet::ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayOut hyperarcDependentBoundaryCount ) |
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsTransferDependentCountsWorklet::ExecutionSignature = void(_1, _2, _3, _4) |
|
inline |
|
inline |
|
private |
|
private |