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