VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_distributed::tree_grafter::ListNewNodesCopyIdsWorklet Class Reference

#include <ListNewNodesCopyIdsWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::tree_grafter::ListNewNodesCopyIdsWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn globalIdsForBoundaryTreeMeshIndices, ExecObject findRegularByGlobal, WholeArrayOut hierarchicalTreeId)
 
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 ListNewNodesCopyIdsWorklet ()
 
template<typename ExecObjectType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &vertex, const vtkm::Id &globalId, const ExecObjectType &findRegularByGlobal, const OutFieldPortalType &hierarchicalTreeIdPortal) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::tree_grafter::ListNewNodesCopyIdsWorklet::ControlSignature = void( FieldIn globalIdsForBoundaryTreeMeshIndices, ExecObject findRegularByGlobal, WholeArrayOut hierarchicalTreeId )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ ListNewNodesCopyIdsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::ListNewNodesCopyIdsWorklet::ListNewNodesCopyIdsWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename ExecObjectType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::tree_grafter::ListNewNodesCopyIdsWorklet::operator() ( const vtkm::Id vertex,
const vtkm::Id globalId,
const ExecObjectType &  findRegularByGlobal,
const OutFieldPortalType &  hierarchicalTreeIdPortal 
) const
inline

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