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

#include <ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet.h>

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

Public Types

typedef void ControlSignature(FieldIn supernodeIndex, WholeArrayIn whenTransferred, WholeArrayOut firstSupernodePerIteration)
 
typedef void ExecutionSignature(_1, _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_SetFirstSupernodePerIterationWorklet ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &supernode, const InFieldPortalType &whenTransferredPortal, const OutFieldPortalType &firstSupernodePerIterationPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet::ControlSignature(FieldIn supernodeIndex, WholeArrayIn whenTransferred, WholeArrayOut firstSupernodePerIteration)

◆ ExecutionSignature

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

◆ InputDomain

Constructor & Destructor Documentation

◆ ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet::operator() ( const vtkm::Id supernode,
const InFieldPortalType &  whenTransferredPortal,
const OutFieldPortalType &  firstSupernodePerIterationPortal 
) const
inline

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