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

#include <ComputeHyperAndSuperStructure_PermuteArcs.h>

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

Public Types

typedef void ControlSignature(FieldIn permutedSHArcs, WholeArrayIn shSortIndex, WholeArrayOut contourTreeSHArcs)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3)
 
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 ComputeHyperAndSuperStructure_PermuteArcs ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &sharc, const vtkm::Id supernode, const InFieldPortalType &shSortIndexPortal, const OutFieldPortalType &contourTreeSHArcsPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_PermuteArcs::ControlSignature(FieldIn permutedSHArcs, WholeArrayIn shSortIndex, WholeArrayOut contourTreeSHArcs)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_PermuteArcs::ExecutionSignature(_1, InputIndex, _2, _3)

◆ InputDomain

Constructor & Destructor Documentation

◆ ComputeHyperAndSuperStructure_PermuteArcs()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_PermuteArcs::operator() ( const vtkm::Id sharc,
const vtkm::Id  supernode,
const InFieldPortalType &  shSortIndexPortal,
const OutFieldPortalType &  contourTreeSHArcsPortal 
) const
inline

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