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

#include <HypersweepWorklets.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::process_contourtree_inc::SetBestUpDown:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(WholeArrayInOut, WholeArrayInOut, WholeArrayIn)
 
typedef void ExecutionSignature(InputIndex, _1, _2, _3)
 
using InputDomain = _3
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC_CONT SetBestUpDown ()
 
template<typename IdWholeArrayInPortalType , typename EdgeWholeArrayInOutPortal >
VTKM_EXEC void operator() (const vtkm::Id currentId, const IdWholeArrayInPortalType &bestUpwardPortal, const IdWholeArrayInPortalType &bestDownwardPortal, const EdgeWholeArrayInOutPortal &arcsPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::SetBestUpDown::ControlSignature(WholeArrayInOut, WholeArrayInOut, WholeArrayIn)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::SetBestUpDown::ExecutionSignature(InputIndex, _1, _2, _3)

◆ InputDomain

Constructor & Destructor Documentation

◆ SetBestUpDown()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::SetBestUpDown::SetBestUpDown ( )
inline

Member Function Documentation

◆ operator()()

template<typename IdWholeArrayInPortalType , typename EdgeWholeArrayInOutPortal >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::SetBestUpDown::operator() ( const vtkm::Id  currentId,
const IdWholeArrayInPortalType &  bestUpwardPortal,
const IdWholeArrayInPortalType &  bestDownwardPortal,
const EdgeWholeArrayInOutPortal &  arcsPortal 
) const
inline

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