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

Step 1 of IdentifyRegularisedSupernodes. More...

#include <IdentifyRegularisedSupernodesStepOneWorklet.h>

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

Public Types

using ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayIn upNeighbour, WholeArrayIn downNeighbour, WholeArrayOut newVertexId)
 
using ExecutionSignature = void(InputIndex, _2, _1, _3, _4, _5, _6)
 
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 IdentifyRegularisedSupernodesStepOneWorklet ()
 
template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &from, const vtkm::Id &to, const InFieldPortalType &bractVertexSupersetPortal, const MeshSortIndexPortalType &meshSortIndexPortal, const InFieldPortalType &upNeighbourPortal, const InFieldPortalType &downNeighbourPortal, const OutFieldPortalType &newVertexIdPortal) const
 

Detailed Description

Step 1 of IdentifyRegularisedSupernodes.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepOneWorklet::ControlSignature = void(WholeArrayIn bractVertexSuperset, FieldIn bractSuperarcs, WholeArrayIn meshSortIndex, WholeArrayIn upNeighbour, WholeArrayIn downNeighbour, WholeArrayOut newVertexId )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ IdentifyRegularisedSupernodesStepOneWorklet()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepOneWorklet::operator() ( const vtkm::Id from,
const vtkm::Id to,
const InFieldPortalType &  bractVertexSupersetPortal,
const MeshSortIndexPortalType &  meshSortIndexPortal,
const InFieldPortalType &  upNeighbourPortal,
const InFieldPortalType &  downNeighbourPortal,
const OutFieldPortalType &  newVertexIdPortal 
) const
inline

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