VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_distributed::hierarchical_augmenter::ResizeArraysBuildNewSupernodeIdsWorklet Class Reference

Worklet used in HierarchicalAugmenter<FieldType>ResizeArrays to build the newSupernodeIds array. More...

#include <ResizeArraysBuildNewSupernodeIdsWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::hierarchical_augmenter::ResizeArraysBuildNewSupernodeIdsWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn supernodeIndex, FieldIn supernodeIdSetPermuted, WholeArrayInOut newSupernodeIds)
 Control signature for the worklet. More...
 
using ExecutionSignature = void(_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 ResizeArraysBuildNewSupernodeIdsWorklet (const vtkm::Id &numSupernodesAlready)
 
template<typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &supernode, const vtkm::Id &oldSupernodeId, const InOutFieldPortalType &newSupernodeIdsPortal) const
 

Private Attributes

const vtkm::Id NumSupernodesAlready
 

Detailed Description

Worklet used in HierarchicalAugmenter<FieldType>ResizeArrays to build the newSupernodeIds array.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::ResizeArraysBuildNewSupernodeIdsWorklet::ControlSignature = void( FieldIn supernodeIndex, FieldIn supernodeIdSetPermuted, WholeArrayInOut newSupernodeIds )

Control signature for the worklet.

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ ResizeArraysBuildNewSupernodeIdsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::hierarchical_augmenter::ResizeArraysBuildNewSupernodeIdsWorklet::ResizeArraysBuildNewSupernodeIdsWorklet ( const vtkm::Id numSupernodesAlready)
inline

Member Function Documentation

◆ operator()()

template<typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_augmenter::ResizeArraysBuildNewSupernodeIdsWorklet::operator() ( const vtkm::Id supernode,
const vtkm::Id oldSupernodeId,
const InOutFieldPortalType &  newSupernodeIdsPortal 
) const
inline

Member Data Documentation

◆ NumSupernodesAlready

const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_augmenter::ResizeArraysBuildNewSupernodeIdsWorklet::NumSupernodesAlready
private

The documentation for this class was generated from the following file: