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

#include <SetArcsConnectNodes.h>

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

Public Types

typedef void ControlSignature(WholeArrayInOut treeArcs, WholeArrayIn nodes, WholeArrayIn treeSuperparents, WholeArrayIn treeSuperarcs, WholeArrayIn treeSupernodes)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4, _5)
 
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 SetArcsConnectNodes ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const InOutFieldPortalType &treeArcsPortal, const vtkm::Id node, const InFieldPortalType &nodesPortal, const InFieldPortalType &treeSuperparentsPortal, const InFieldPortalType &treeSuperarcsPortal, const InFieldPortalType &treeSupernodesPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsConnectNodes::ControlSignature(WholeArrayInOut treeArcs, WholeArrayIn nodes, WholeArrayIn treeSuperparents, WholeArrayIn treeSuperarcs, WholeArrayIn treeSupernodes)

◆ ExecutionSignature

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

◆ InputDomain

Constructor & Destructor Documentation

◆ SetArcsConnectNodes()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsConnectNodes::operator() ( const InOutFieldPortalType &  treeArcsPortal,
const vtkm::Id  node,
const InFieldPortalType &  nodesPortal,
const InFieldPortalType &  treeSuperparentsPortal,
const InFieldPortalType &  treeSuperarcsPortal,
const InFieldPortalType &  treeSupernodesPortal 
) const
inline

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