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

Compute the superarc "to" for every boundary tree node. More...

#include <InitalizeSuperchildrenWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::InitalizeSuperchildrenWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn hyperarcs, WholeArrayIn hypernodes, FieldOut superchildren)
 
using ExecutionSignature = _3(InputIndex, _1, _2)
 
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 InitalizeSuperchildrenWorklet ()
 
template<typename InFieldPortalType >
VTKM_EXEC vtkm::Id operator() (const vtkm::Id &hyperarc, const vtkm::Id &hyperarcVal, const InFieldPortalType &hypernodesPortal) const
 

Detailed Description

Compute the superarc "to" for every boundary tree node.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::InitalizeSuperchildrenWorklet::ControlSignature = void(FieldIn hyperarcs, WholeArrayIn hypernodes, FieldOut superchildren )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ InitalizeSuperchildrenWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::InitalizeSuperchildrenWorklet::InitalizeSuperchildrenWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType >
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree_distributed::InitalizeSuperchildrenWorklet::operator() ( const vtkm::Id hyperarc,
const vtkm::Id hyperarcVal,
const InFieldPortalType &  hypernodesPortal 
) const
inline

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