VTK-m
2.0
|
Worklet used in HierarchicalHyperSweeper.TransferWeights(...) to implement step 7b. More...
#include <SetFirstAttachmentPointInRoundWorklet.h>
Public Types | |
using | ControlSignature = void(WholeArrayIn attachmentIds, WholeArrayIn superparentRounds, WholeArrayInOut firstAttachmentPointInRound) |
Control signature for the worklet NOTE: we need this to be in/out because any valyes we don't set here need to remain NO_SUCH_ELEMENT for further processing. More... | |
using | ExecutionSignature = void(InputIndex, _1, _2, _3) |
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 | SetFirstAttachmentPointInRoundWorklet () |
template<typename InFieldPortalType , typename InOutFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &attachmentPoint, const InFieldPortalType &attachmentIdsPortal, const InFieldPortalType &superparentRoundsPortal, const InOutFieldPortalType &firstAttachmentPointInRoundPortal) const |
Worklet used in HierarchicalHyperSweeper.TransferWeights(...) to implement step 7b.
Now find the LHE of each group and subtract out the prior weight
using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetFirstAttachmentPointInRoundWorklet::ControlSignature = void(WholeArrayIn attachmentIds, WholeArrayIn superparentRounds, WholeArrayInOut firstAttachmentPointInRound ) |
Control signature for the worklet NOTE: we need this to be in/out because any valyes we don't set here need to remain NO_SUCH_ELEMENT for further processing.
using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::SetFirstAttachmentPointInRoundWorklet::ExecutionSignature = void(InputIndex, _1, _2, _3) |
|
inline |
|
inline |