VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_distributed::tree_grafter::FindCriticalPointsFindTerminalElementsWorklet Class Reference

#include <FindCriticalPointsFindTerminalElementsWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::tree_grafter::FindCriticalPointsFindTerminalElementsWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn activeSuperarcs, WholeArrayIn supernodeType, WholeArrayInOut upNeighbour, WholeArrayInOut downNeighbour)
 
using ExecutionSignature = void(_1, _2, _3, _4)
 
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 FindCriticalPointsFindTerminalElementsWorklet ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::worklet::contourtree_augmented::EdgePair &activeSuperarc, const InFieldPortalType &supernodeTypePortal, const InOutFieldPortalType &upNeighbourPortal, const InOutFieldPortalType &downNeighbourPortal) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::tree_grafter::FindCriticalPointsFindTerminalElementsWorklet::ControlSignature = void( FieldIn activeSuperarcs, WholeArrayIn supernodeType, WholeArrayInOut upNeighbour, WholeArrayInOut downNeighbour )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ FindCriticalPointsFindTerminalElementsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::FindCriticalPointsFindTerminalElementsWorklet::FindCriticalPointsFindTerminalElementsWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::tree_grafter::FindCriticalPointsFindTerminalElementsWorklet::operator() ( const vtkm::worklet::contourtree_augmented::EdgePair activeSuperarc,
const InFieldPortalType &  supernodeTypePortal,
const InOutFieldPortalType &  upNeighbourPortal,
const InOutFieldPortalType &  downNeighbourPortal 
) const
inline

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