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

#include <TransferSaddleStartsResetEdgeFar.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::active_graph_inc::TransferSaddleStartsResetEdgeFar:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn activeEdges, WholeArrayIn hyperarcs, WholeArrayInOut edgeFar)
 
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 TransferSaddleStartsResetEdgeFar ()
 
template<typename InOutFieldPortalType , typename InFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &edgeId, const InFieldPortalType &hyperarcsPortal, const InOutFieldPortalType &edgeFarPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::TransferSaddleStartsResetEdgeFar::ControlSignature(FieldIn activeEdges, WholeArrayIn hyperarcs, WholeArrayInOut edgeFar)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::active_graph_inc::TransferSaddleStartsResetEdgeFar::ExecutionSignature(_1, _2, _3)

◆ InputDomain

Constructor & Destructor Documentation

◆ TransferSaddleStartsResetEdgeFar()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::TransferSaddleStartsResetEdgeFar::TransferSaddleStartsResetEdgeFar ( )
inline

Member Function Documentation

◆ operator()()

template<typename InOutFieldPortalType , typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::active_graph_inc::TransferSaddleStartsResetEdgeFar::operator() ( const vtkm::Id edgeId,
const InFieldPortalType &  hyperarcsPortal,
const InOutFieldPortalType &  edgeFarPortal 
) const
inline

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