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

#include <ReplaceArcNumWithToVertexWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::ReplaceArcNumWithToVertexWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

VTKM_EXEC_CONT ReplaceArcNumWithToVertexWorklet ()
 
template<typename InFieldPortalType >
VTKM_EXEC void operator() (vtkm::Id &neighboursVal, const InFieldPortalType &arcsPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::ReplaceArcNumWithToVertexWorklet::ControlSignature(FieldInOut neighbours, WholeArrayIn arcs)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::ReplaceArcNumWithToVertexWorklet::ExecutionSignature(_1, _2)

◆ InputDomain

Constructor & Destructor Documentation

◆ ReplaceArcNumWithToVertexWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::ReplaceArcNumWithToVertexWorklet::ReplaceArcNumWithToVertexWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::ReplaceArcNumWithToVertexWorklet::operator() ( vtkm::Id neighboursVal,
const InFieldPortalType &  arcsPortal 
) const
inline

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