VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::connectivity::PointerJumping Class Reference

#include <UnionFind.h>

Inheritance diagram for vtkm::worklet::connectivity::PointerJumping:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(WholeArrayInOut comp)
 
using ExecutionSignature = void(WorkIndex, _1)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename InOutPortalType >
VTKM_EXEC void operator() (vtkm::Id index, InOutPortalType &comps) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Member Function Documentation

◆ operator()()

template<typename InOutPortalType >
VTKM_EXEC void vtkm::worklet::connectivity::PointerJumping::operator() ( vtkm::Id  index,
InOutPortalType &  comps 
) const
inline

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