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

#include <BoundaryVerticesPerSuperArcWorklets.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::bract_maker::BoundaryVerticiesPerSuperArcStepTwoWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(WholeArrayIn boundarySuperparents, WholeArrayOut superarcIntrinsicBoundaryCount)
 
using ExecutionSignature = void(_1, InputIndex, _2)
 
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 BoundaryVerticiesPerSuperArcStepTwoWorklet ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const InFieldPortalType &boundarySuperparentsPortal, const vtkm::Id &boundaryVertex, const OutFieldPortalType &superarcIntrinsicBoundaryCountPortal) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::BoundaryVerticiesPerSuperArcStepTwoWorklet::ControlSignature = void(WholeArrayIn boundarySuperparents, WholeArrayOut superarcIntrinsicBoundaryCount)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ BoundaryVerticiesPerSuperArcStepTwoWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::BoundaryVerticiesPerSuperArcStepTwoWorklet::BoundaryVerticiesPerSuperArcStepTwoWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::BoundaryVerticiesPerSuperArcStepTwoWorklet::operator() ( const InFieldPortalType &  boundarySuperparentsPortal,
const vtkm::Id boundaryVertex,
const OutFieldPortalType &  superarcIntrinsicBoundaryCountPortal 
) const
inline

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