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