VTK-m
2.0
|
Step 1 of IdentifyRegularisedSupernodes. More...
#include <IdentifyRegularisedSupernodesStepOneWorklet.h>
Public Types | |
using | ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayIn upNeighbour, WholeArrayIn downNeighbour, WholeArrayOut newVertexId) |
using | ExecutionSignature = void(InputIndex, _2, _1, _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 | IdentifyRegularisedSupernodesStepOneWorklet () |
template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename OutFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &from, const vtkm::Id &to, const InFieldPortalType &bractVertexSupersetPortal, const MeshSortIndexPortalType &meshSortIndexPortal, const InFieldPortalType &upNeighbourPortal, const InFieldPortalType &downNeighbourPortal, const OutFieldPortalType &newVertexIdPortal) const |
Step 1 of IdentifyRegularisedSupernodes.
using vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepOneWorklet::ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayIn upNeighbour, WholeArrayIn downNeighbour, WholeArrayOut newVertexId ) |
using vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepOneWorklet::ExecutionSignature = void(InputIndex, _2, _1, _3, _4, _5, _6) |
|
inline |
|
inline |