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

#include <SetArcsSetSuperAndHypernodeArcs.h>

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

Public Types

typedef void ControlSignature(WholeArrayIn graphGlobalIndex, WholeArrayIn graphHyperarcs, WholeArrayIn graphHyperID, WholeArrayOut treeArcs, WholeArrayOut treeSuperparents)
 
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 SetArcsSetSuperAndHypernodeArcs ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const InFieldPortalType &graphGlobalIndexPortal, const vtkm::Id graphVertex, const InFieldPortalType &graphHyperarcsPortal, const InFieldPortalType &graphHyperIDPortal, const OutFieldPortalType &treeArcsPortal, const OutFieldPortalType &treeSuperparentsPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSetSuperAndHypernodeArcs::ControlSignature(WholeArrayIn graphGlobalIndex, WholeArrayIn graphHyperarcs, WholeArrayIn graphHyperID, WholeArrayOut treeArcs, WholeArrayOut treeSuperparents)

◆ ExecutionSignature

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

◆ InputDomain

Constructor & Destructor Documentation

◆ SetArcsSetSuperAndHypernodeArcs()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::SetArcsSetSuperAndHypernodeArcs::operator() ( const InFieldPortalType &  graphGlobalIndexPortal,
const vtkm::Id  graphVertex,
const InFieldPortalType &  graphHyperarcsPortal,
const InFieldPortalType &  graphHyperIDPortal,
const OutFieldPortalType &  treeArcsPortal,
const OutFieldPortalType &  treeSuperparentsPortal 
) const
inline

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