Worklet used in HierarchicalAugmenter::UpdateHyperstructure to set the superchildren The worklet finds the number of superchildren as the delta between the super Id and the next hypernode's super Id.
More...
#include <UpdateHyperstructureSetSuperchildrenWorklet.h>
Worklet used in HierarchicalAugmenter::UpdateHyperstructure to set the superchildren The worklet finds the number of superchildren as the delta between the super Id and the next hypernode's super Id.
◆ ControlSignature
Control signature for the worklet.
◆ ExecutionSignature
◆ InputDomain
◆ UpdateHyperstructureSetSuperchildrenWorklet()
VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetSuperchildrenWorklet::UpdateHyperstructureSetSuperchildrenWorklet |
( |
const vtkm::Id & |
augmentedTreeNumSupernodes | ) |
|
|
inline |
◆ operator()()
template<typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetSuperchildrenWorklet::operator() |
( |
const vtkm::Id & |
hypernode, |
|
|
const InFieldPortalType & |
augmentedTreeHypernodesPortal, |
|
|
vtkm::Id & |
augmentedTreeSuperchildrenValue |
|
) |
| const |
|
inline |
◆ AugmentedTreeNumSupernodes
const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_augmenter::UpdateHyperstructureSetSuperchildrenWorklet::AugmentedTreeNumSupernodes |
|
private |
The documentation for this class was generated from the following file: