VTK-m
2.0
|
Step 2 of IdentifyRegularisedSupernodes We also want to flag the leaves and boundary nodes as necessary. More...
#include <IdentifyRegularisedSupernodesStepTwoWorklet.h>
Public Types | |
using | ControlSignature = void(FieldIn bractVertexSuperset, FieldIn upNeighbour, FieldIn downNeighbour, ExecObject meshBoundary, WholeArrayOut newVertexId) |
using | ExecutionSignature = void(InputIndex, _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 | IdentifyRegularisedSupernodesStepTwoWorklet () |
template<typename MeshBoundaryType , typename OutFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &boundaryNode, const vtkm::Id &bractVertexSupersetValue, const vtkm::Id &upNeighbourValue, const vtkm::Id &downNeighbourValue, const MeshBoundaryType &meshBoundary, const OutFieldPortalType &newVertexIdPortal) const |
Step 2 of IdentifyRegularisedSupernodes We also want to flag the leaves and boundary nodes as necessary.
using vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepTwoWorklet::ControlSignature = void(FieldIn bractVertexSuperset, FieldIn upNeighbour, FieldIn downNeighbour, ExecObject meshBoundary, WholeArrayOut newVertexId ) |
using vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepTwoWorklet::ExecutionSignature = void(InputIndex, _1, _2, _3, _4, _5) |
|
inline |
|
inline |