VTK-m
2.0
|
Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to Look up the global Ids in the hierarchical tree & convert to superparent Ids. More...
#include <InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet.h>
Public Types | |
using | ControlSignature = void(FieldIn globalIds, ExecObject findRegularByGlobal, WholeArrayIn hierarchicalTreeRegular2Supernode, WholeArrayIn hierarchicalTreeSuperparents, FieldOut superparents) |
using | ExecutionSignature = void(_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 | InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet () |
template<typename ExecObjType , typename InFieldPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &globalId, const ExecObjType &findRegularByGlobal, const InFieldPortalType &hierarchicalTreeRegular2SupernodePortal, const InFieldPortalType &hierarchicalTreeSuperparentsPortal, vtkm::Id &superparent) const |
Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to Look up the global Ids in the hierarchical tree & convert to superparent Ids.
using vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet::ControlSignature = void(FieldIn globalIds, ExecObject findRegularByGlobal, WholeArrayIn hierarchicalTreeRegular2Supernode, WholeArrayIn hierarchicalTreeSuperparents, FieldOut superparents ) |
using vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountComputeSuperparentIdsWorklet::ExecutionSignature = void(_1, _2, _3, _4, _5) |
|
inline |
|
inline |