VTK-m
2.0
|
Worklet to Subtract out the dependent count of the prefix to the entire hyperarc Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...
#include <PropagateBoundaryCountsSubtractDependentCountsWorklet.h>
Public Types | |
using | ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hyperparents, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayInOut newSuperArcDependentBoundaryCount) |
using | ExecutionSignature = void(_1, _2, _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 | PropagateBoundaryCountsSubtractDependentCountsWorklet (vtkm::Id firstSupernode, vtkm::Id firstHypernode) |
template<typename InFieldPortalType , typename InOutFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &supernode, const InFieldPortalType &hyperparentsPortal, const InFieldPortalType &hypernodesPortal, const InFieldPortalType &superarcDependentBoundaryCountPortal, const InOutFieldPortalType &newSuperArcDependentBoundaryCountPortal) const |
Private Attributes | |
vtkm::Id | FirstSupernode |
vtkm::Id | FirstHypernode |
Worklet to Subtract out the dependent count of the prefix to the entire hyperarc Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsSubtractDependentCountsWorklet::ControlSignature = void(FieldIn supernodeIndex, WholeArrayIn hyperparents, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayInOut newSuperArcDependentBoundaryCount ) |
using vtkm::worklet::contourtree_distributed::bract_maker::PropagateBoundaryCountsSubtractDependentCountsWorklet::ExecutionSignature = void(_1, _2, _3, _4, _5) |
|
inline |
|
inline |
|
private |
|
private |