VTK-m
2.0
|
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function. More...
#include <AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet.h>
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 |
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContourTree.PropagateBoundaryCounts function.
using vtkm::worklet::contourtree_distributed::bract_maker::AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet::ControlSignature = void(FieldIn boundaryIndices, WholeArrayIn superparents, WholeArrayIn supernodes, WholeArrayOut isNecessaryAndInterior ) |
using vtkm::worklet::contourtree_distributed::bract_maker::AugmentBoundaryWithNecessaryInteriorSupernodesUnsetBoundarySupernodesWorklet::ExecutionSignature = void(_1, _2, _3, _4) |
|
inline |
|
inline |