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

#include <AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents.h>

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

Public Types

typedef void ControlSignature(FieldIn contourTreeSupernodes, WholeArrayIn joinTreeSuperparents, WholeArrayIn splitTreeSuperparents, WholeArrayIn joinTreeSupernodes, WholeArrayIn splitTreeSupernodes, WholeArrayOut joinSuperparent, WholeArrayOut splitSuperparent, WholeArrayOut newJoinID, WholeArrayOut newSplitID)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6, _7, _8, _9)
 
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_InitNewJoinSplitIDAndSuperparents ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &nodeID, const vtkm::Id supernode, const InFieldPortalType &joinTreeSuperparentsPortal, const InFieldPortalType &splitTreeSuperparentsPortal, const InFieldPortalType &joinTreeSupernodesPortal, const InFieldPortalType &splitTreeSupernodesPortal, const OutFieldPortalType &joinSuperparentPortal, const OutFieldPortalType &splitSuperparentPortal, const OutFieldPortalType &newJoinIDPortal, const OutFieldPortalType &newSplitIDPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents::ControlSignature(FieldIn contourTreeSupernodes, WholeArrayIn joinTreeSuperparents, WholeArrayIn splitTreeSuperparents, WholeArrayIn joinTreeSupernodes, WholeArrayIn splitTreeSupernodes, WholeArrayOut joinSuperparent, WholeArrayOut splitSuperparent, WholeArrayOut newJoinID, WholeArrayOut newSplitID)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents::ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6, _7, _8, _9)

◆ InputDomain

Constructor & Destructor Documentation

◆ AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents::operator() ( const vtkm::Id nodeID,
const vtkm::Id  supernode,
const InFieldPortalType &  joinTreeSuperparentsPortal,
const InFieldPortalType &  splitTreeSuperparentsPortal,
const InFieldPortalType &  joinTreeSupernodesPortal,
const InFieldPortalType &  splitTreeSupernodesPortal,
const OutFieldPortalType &  joinSuperparentPortal,
const OutFieldPortalType &  splitSuperparentPortal,
const OutFieldPortalType &  newJoinIDPortal,
const OutFieldPortalType &  newSplitIDPortal 
) const
inline

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