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

#include <ComputeRegularStructure_SetArcs.h>

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

Public Types

typedef void ControlSignature(WholeArrayIn arcSorter, WholeArrayIn contourTreeSuperparents, WholeArrayIn contourTreeSuperarcs, WholeArrayIn contourTreeSupernodes, WholeArrayOut contourTreeArcs)
 
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 ComputeRegularStructure_SetArcs (vtkm::Id numArcs)
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const InFieldPortalType &arcSorterPortal, const vtkm::Id sortedNode, const InFieldPortalType &contourTreeSuperparentsPortal, const InFieldPortalType &contourTreeSuperarcsPortal, const InFieldPortalType &contourTreeSupernodesPortal, const OutFieldPortalType &contourTreeArcsPortal) const
 

Public Attributes

vtkm::Id NumArcs
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_SetArcs::ControlSignature(WholeArrayIn arcSorter, WholeArrayIn contourTreeSuperparents, WholeArrayIn contourTreeSuperarcs, WholeArrayIn contourTreeSupernodes, WholeArrayOut contourTreeArcs)

◆ ExecutionSignature

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

◆ InputDomain

Constructor & Destructor Documentation

◆ ComputeRegularStructure_SetArcs()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_SetArcs::ComputeRegularStructure_SetArcs ( vtkm::Id  numArcs)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_SetArcs::operator() ( const InFieldPortalType &  arcSorterPortal,
const vtkm::Id  sortedNode,
const InFieldPortalType &  contourTreeSuperparentsPortal,
const InFieldPortalType &  contourTreeSuperarcsPortal,
const InFieldPortalType &  contourTreeSupernodesPortal,
const OutFieldPortalType &  contourTreeArcsPortal 
) const
inline

Member Data Documentation

◆ NumArcs

vtkm::Id vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeRegularStructure_SetArcs::NumArcs

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