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

#include <FindCriticalPointsSetUpDownNeighboursWorklet.h>

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

Public Types

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

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ FindCriticalPointsSetUpDownNeighboursWorklet()

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

Member Function Documentation

◆ operator()()

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

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