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

#include <AugmentMergeTrees_SetAugmentedMergeArcs.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::contourtree_maker_inc::AugmentMergeTrees_SetAugmentedMergeArcs:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(WholeArrayIn contourTreeActiveSupernodes, WholeArrayIn mergetreeSuperparents, WholeArrayIn mergetreeSuperarcs, WholeArrayIn newMergetreeID, WholeArrayOut augmentedMergetreeSuperarcs)
 
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 AugmentMergeTrees_SetAugmentedMergeArcs ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const InFieldPortalType &activeSupernodesPortal, const vtkm::Id supernode, const InFieldPortalType &mergetreeSuperparentsPortal, const InFieldPortalType &mergetreeSuperarcsPortal, const InFieldPortalType &newMergetreeIDPortal, const OutFieldPortalType &augmentedMergetreeSuperarcsPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::AugmentMergeTrees_SetAugmentedMergeArcs::ControlSignature(WholeArrayIn contourTreeActiveSupernodes, WholeArrayIn mergetreeSuperparents, WholeArrayIn mergetreeSuperarcs, WholeArrayIn newMergetreeID, WholeArrayOut augmentedMergetreeSuperarcs)

◆ ExecutionSignature

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

◆ InputDomain

Constructor & Destructor Documentation

◆ AugmentMergeTrees_SetAugmentedMergeArcs()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::AugmentMergeTrees_SetAugmentedMergeArcs::AugmentMergeTrees_SetAugmentedMergeArcs ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::AugmentMergeTrees_SetAugmentedMergeArcs::operator() ( const InFieldPortalType &  activeSupernodesPortal,
const vtkm::Id  supernode,
const InFieldPortalType &  mergetreeSuperparentsPortal,
const InFieldPortalType &  mergetreeSuperarcsPortal,
const InFieldPortalType &  newMergetreeIDPortal,
const OutFieldPortalType &  augmentedMergetreeSuperarcsPortal 
) const
inline

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