VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::active_graph_inc::SetHyperArcsWorklet Class Reference

#include <SetHyperArcsWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::active_graph_inc::SetHyperArcsWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(WholeArrayInOut treeHypernodes, WholeArrayOut treeHyperarcs, WholeArrayIn graphHyperarcs, WholeArrayIn graphSuperID)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4)
 
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 SetHyperArcsWorklet ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const InOutFieldPortalType &treeHypernodesPortal, const vtkm::Id hypernode, const OutFieldPortalType treeHyperarcsPortal, const InFieldPortalType &graphHyperarcsPortal, const InFieldPortalType &graphSuperIDPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetHyperArcsWorklet::ControlSignature(WholeArrayInOut treeHypernodes, WholeArrayOut treeHyperarcs, WholeArrayIn graphHyperarcs, WholeArrayIn graphSuperID)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetHyperArcsWorklet::ExecutionSignature(_1, InputIndex, _2, _3, _4)

◆ InputDomain

Constructor & Destructor Documentation

◆ SetHyperArcsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::SetHyperArcsWorklet::SetHyperArcsWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::SetHyperArcsWorklet::operator() ( const InOutFieldPortalType &  treeHypernodesPortal,
const vtkm::Id  hypernode,
const OutFieldPortalType  treeHyperarcsPortal,
const InFieldPortalType &  graphHyperarcsPortal,
const InFieldPortalType &  graphSuperIDPortal 
) const
inline

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